#644BF2

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

Shades of Neon Blue #644BF2

Tints of Neon Blue #644BF2

Color information

#644BF2 (or 0x644BF2) is unknown color: approx Neon Blue. HEX triplet: 64, 4B and F2. RGB value is (100,75,242). Sum of RGB (Red+Green+Blue) = 100+75+242=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #644BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #644BF2 is #9BB40D. Grayscale: #646464. Windows color (decimal): -10204174 or 15879012. OLE color: 15879012.

HSL color Cylindrical-coordinate representation of color #644BF2: hue angle of 248.98º 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 #644BF2 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10075242-
CMYK0.590.6900.05
HSL248.98º86.53%62.16%-
HSV(B)248.98º69.01%94.9%-
XYZ23.814.1585.48-
YUV101.51207.28126.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.98%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 242 (94.92% from 255) = 58.03%
R=23.98%
G=17.99%
B=58.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal100752420.590.6900.05248.9886.5362.16
Hex644BF23B4505f9573e
Octal144113362731050537112776
Binary110010010010111111001011101110001010101111110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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