#664EFC

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

Shades of Neon Blue #664EFC

Tints of Neon Blue #664EFC

Color information

#664EFC (or 0x664EFC) is unknown color: approx Neon Blue. HEX triplet: 66, 4E and FC. RGB value is (102,78,252). Sum of RGB (Red+Green+Blue) = 102+78+252=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #664EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664EFC is #99B103. Grayscale: #686868. Windows color (decimal): -10072324 or 16535142. OLE color: 16535142.

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

Color convert

RGB10278252-
CMYK0.600.6900.01
HSL248.28º96.67%64.71%-
HSV(B)248.28º69.05%98.82%-
XYZ25.7715.393.69-
YUV105.01210.95125.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.61%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 252 (98.83% from 255) = 58.33%
R=23.61%
G=18.06%
B=58.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal102782520.600.6900.01248.2896.6764.71
Hex664EFC3C4501f86141
Octal1461163747410501370141101
Binary11001101001110111111001111001000101011111100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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