#644CEF

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

Shades of Neon Blue #644CEF

Tints of Neon Blue #644CEF

Color information

#644CEF (or 0x644CEF) is unknown color: approx Neon Blue. HEX triplet: 64, 4C and EF. RGB value is (100,76,239). Sum of RGB (Red+Green+Blue) = 100+76+239=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #644CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #644CEF is #9BB310. Grayscale: #656565. Windows color (decimal): -10203921 or 15682660. OLE color: 15682660.

HSL color Cylindrical-coordinate representation of color #644CEF: hue angle of 248.83º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #644CEF is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10076239-
CMYK0.580.6800.06
HSL248.83º83.59%61.76%-
HSV(B)248.83º68.2%93.73%-
XYZ23.4214.1183.15-
YUV101.76205.45126.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 76 (30.08% from 255) = 18.31%
BLUE value IS 239 (93.75% from 255) = 57.59%
R=24.10%
G=18.31%
B=57.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal100762390.580.6800.06248.8383.5961.76
Hex644CEF3A4406f9543e
Octal144114357721040637112476
Binary110010010011001110111111101010001000110111110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644CEF; }

 p { color: rgb(100,76,239); }

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

<style>
 a { background-color: #644CEF; }

 a { background-color: rgb(100,76,239); }

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

<style>
 span { border-color: #644CEF; }

 span { border-color: rgb(100,76,239); }

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