Color Hex Logo

#4666ff Color Hex Neon Blue

#4666FF
(70,102,255)
11 Favorites   0 Comments

Color spaces of #4666ff Neon Blue

RGB 70102255
HSL0.641.000.64
HSV230°73°100°
CMYK 0.730.600.00   0.00
XYZ25.327218.024896.7520
Yxy18.02480.18080.1287
Hunter Lab42.455632.1881-105.3969
CIE-Lab49.526239.3104-79.3020

#4666ff color RGB value is (70,102,255). #4666ff color name is Neon Blue color.

#4666ff hex color red value is 70, green value is 102 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4666ff hue: 0.64 , saturation: 1.00 and the lightness value of 4666ff is 0.64.

The process color (four color CMYK) of #4666ff color hex is 0.73, 0.60, 0.00, 0.00. Web safe color of #4666ff is #3366ff. Color #4666ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100110 11111111
Octal 106 146 377
Decimal 70 102 255
Hex 46 66 FF

RGB Percentages of Color #4666ff

%16.39
%23.89
%59.72

CMYK Percentages of Color #4666ff

%73
%60
%0
%0

Triadic Colors of #4666ff

#4666ff #ff4666 #66ff46

Analogous Colors of #4666ff

#4666ff #8346ff #46c3ff

Monochromatic Colors of #4666ff

#4666ff

Complementary Color

#4666ff #ffdf46

#4666ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4666ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4666ff Color CSS Codes

.mybgcolor {background-color:#4666ff; } 
.myforecolor {color:#4666ff; }
.mybordercolor {border:3px solid #4666ff; }

#4666ff Text Font Color

<p style="color:#4666ff">Text here</p>

This sample text font color is #4666ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4666ff Background Color

<div style="background-color:#4666ff">
Div content here</div>

This div background color is #4666ff


#4666ff Border Color

<div style="border:3px solid #4666ff">
Div here</div>

This div border color is #4666ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,102,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4666ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4666ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4666ff;
  box-shadow:         1px 1px 3px 2px #4666ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,102,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4666ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4666ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4666ff;
  box-shadow:         1px 1px 3px 2px #4666ff;">
Div content here</div>

This div box has shadow with color #4666ff

#4666ff Color Palettes


Comments

No comments written yet.

Please login to write comment.