#664EFF

Color #664EFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #664EFF

Tints of Neon Blue #664EFF

Color information

#664EFF (or 0x664EFF) is unknown color: approx Neon Blue. HEX triplet: 66, 4E and FF. RGB value is (102,78,255). Sum of RGB (Red+Green+Blue) = 102+78+255=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #664EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664EFF is #99B100. Grayscale: #686868. Windows color (decimal): -10072321 or 16731750. OLE color: 16731750.

HSL color Cylindrical-coordinate representation of color #664EFF: hue angle of 248.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664EFF is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10278255-
CMYK0.60.6900
HSL248.14º100%65.29%-
HSV(B)248.14º69.41%100%-
XYZ26.2515.4996.21-
YUV105.35212.45125.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 23.45%
GREEN value IS 78 (30.86% from 255) = 17.93%
BLUE value IS 255 (100% from 255) = 58.62%
R=23.45%
G=17.93%
B=58.62%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal102782550.60.6900248.1410065.29
Hex664EFF3C4500f86441
Octal1461163777410500370144101
Binary11001101001110111111111111001000101001111100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664EFF; }

 p { color: rgb(102,78,255); }

 H1.HeaderClassName
 {
   color: #664EFF;
 }
 .AnyTagClassName
 {
   color: #664EFF;
 }
</style>
background-color css

<style>
 a { background-color: #664EFF; }

 a { background-color: rgb(102,78,255); }

 div.DivClassName
 {
   background-color: #664EFF;
 }
 .BgClassName
 {
   background-color: #664EFF;
 }
</style>
border-color css

<style>
 span { border-color: #664EFF; }

 span { border-color: rgb(102,78,255); }

 td.TdClassName
 {
   border-color: #664EFF;
 }
 .TagClassName
 {
   border-color: #664EFF;
 }
</style>