#664BF9

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

Shades of Neon Blue #664BF9

Tints of Neon Blue #664BF9

Color information

#664BF9 (or 0x664BF9) is unknown color: approx Neon Blue. HEX triplet: 66, 4B and F9. RGB value is (102,75,249). Sum of RGB (Red+Green+Blue) = 102+75+249=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #664BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664BF9 is #99B406. Grayscale: #666666. Windows color (decimal): -10073095 or 16337766. OLE color: 16337766.

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

Color convert

RGB10275249-
CMYK0.590.7000.02
HSL249.31º93.55%63.53%-
HSV(B)249.31º69.88%97.65%-
XYZ25.0914.791.14-
YUV102.91210.45127.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.94%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 249 (97.66% from 255) = 58.45%
R=23.94%
G=17.61%
B=58.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal102752490.590.7000.02249.3193.5563.53
Hex664BF93B4602f95e40
Octal1461133717310602371136100
Binary110011010010111111100111101110001100101111100110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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