#664CF9

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

Shades of Neon Blue #664CF9

Tints of Neon Blue #664CF9

Color information

#664CF9 (or 0x664CF9) is unknown color: approx Neon Blue. HEX triplet: 66, 4C and F9. RGB value is (102,76,249). Sum of RGB (Red+Green+Blue) = 102+76+249=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #664CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664CF9 is #99B306. Grayscale: #666666. Windows color (decimal): -10072839 or 16338022. OLE color: 16338022.

HSL color Cylindrical-coordinate representation of color #664CF9: hue angle of 249.02º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664CF9 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10276249-
CMYK0.590.6900.02
HSL249.02º93.51%63.73%-
HSV(B)249.02º69.48%97.65%-
XYZ25.1614.8391.16-
YUV103.5210.11126.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 249 (97.66% from 255) = 58.31%
R=23.89%
G=17.80%
B=58.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal102762490.590.6900.02249.0293.5163.73
Hex664CF93B4502f95e40
Octal1461143717310502371136100
Binary110011010011001111100111101110001010101111100110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,76,249); }

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

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

 a { background-color: rgb(102,76,249); }

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

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

 span { border-color: rgb(102,76,249); }

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