#664BF2

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

Shades of Neon Blue #664BF2

Tints of Neon Blue #664BF2

Color information

#664BF2 (or 0x664BF2) is unknown color: approx Neon Blue. HEX triplet: 66, 4B and F2. RGB value is (102,75,242). Sum of RGB (Red+Green+Blue) = 102+75+242=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #664BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664BF2 is #99B40D. Grayscale: #656565. Windows color (decimal): -10073102 or 15879014. OLE color: 15879014.

HSL color Cylindrical-coordinate representation of color #664BF2: hue angle of 249.7º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664BF2 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10275242-
CMYK0.580.6900.05
HSL249.7º86.53%62.16%-
HSV(B)249.7º69.01%94.9%-
XYZ24.0214.2785.49-
YUV102.11206.95127.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 242 (94.92% from 255) = 57.76%
R=24.34%
G=17.90%
B=57.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102752420.580.6900.05249.786.5362.16
Hex664BF23A4505fa573e
Octal146113362721050537212776
Binary110011010010111111001011101010001010101111110101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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