#664DF5

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

Shades of Neon Blue #664DF5

Tints of Neon Blue #664DF5

Color information

#664DF5 (or 0x664DF5) is unknown color: approx Neon Blue. HEX triplet: 66, 4D and F5. RGB value is (102,77,245). Sum of RGB (Red+Green+Blue) = 102+77+245=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #664DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664DF5 is #99B20A. Grayscale: #666666. Windows color (decimal): -10072587 or 16076134. OLE color: 16076134.

HSL color Cylindrical-coordinate representation of color #664DF5: hue angle of 248.93º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664DF5 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10277245-
CMYK0.580.6900.04
HSL248.93º89.36%63.14%-
HSV(B)248.93º68.57%96.08%-
XYZ24.6114.7387.93-
YUV103.63207.78126.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.06%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 245 (96.09% from 255) = 57.78%
R=24.06%
G=18.16%
B=57.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal102772450.580.6900.04248.9389.3663.14
Hex664DF53A4504f9593f
Octal146115365721050437113177
Binary110011010011011111010111101010001010100111110011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,77,245); }

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

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

 a { background-color: rgb(102,77,245); }

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

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

 span { border-color: rgb(102,77,245); }

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