Shades of Neon Blue #644EED
Tints of Neon Blue #644EED
RGB
CMYK
RGB Variations
Color information
#644EED (or 0x644EED) is known color: Neon Blue. HEX triplet: 64, 4E and ED. RGB value is (100,78,237). Sum of RGB (Red+Green+Blue) = 100+78+237=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #644EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644EED is #9BB112. Grayscale: #666666. Windows color (decimal): -10203411 or 15552100. OLE color: 15552100.
HSL color Cylindrical-coordinate representation of color #644EED: hue angle of 248.3º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644EED is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 78 | 237 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.07 |
| HSL | 248.3º | 0.82% | 0.62% | - |
| HSV(B) | 248.3º | 0.67% | 0.93% | - |
| XYZ | 23.27 | 14.27 | 81.65 | - |
| YUV | 102.7 | 203.79 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 237 | 0.58 | 0.67 | 0 | 0.07 | 248.3 | 0.82 | 0.62 |
| Hex | 64 | 4E | ED | 3A | 43 | 0 | 7 | F8 | 52 | 3E |
| Octal | 144 | 116 | 355 | 72 | 103 | 0 | 7 | 370 | 122 | 76 |
| Binary | 1100100 | 1001110 | 11101101 | 111010 | 1000011 | 0 | 111 | 11111000 | 1010010 | 111110 |
Color Harmonies of #644EED
Complementary color
Monochromatic Colors of #644EED
Black with #644EED
Text Example
Text Example
White with #644EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EED; }
p { color: rgb(100,78,237); }
H1.HeaderClassName
{
color: #644EED;
}
.AnyTagClassName
{
color: #644EED;
}
</style>
background-color css
<style>
a { background-color: #644EED; }
a { background-color: rgb(100,78,237); }
div.DivClassName
{
background-color: #644EED;
}
.BgClassName
{
background-color: #644EED;
}
</style>
border-color css
<style>
span { border-color: #644EED; }
span { border-color: rgb(100,78,237); }
td.TdClassName
{
border-color: #644EED;
}
.TagClassName
{
border-color: #644EED;
}
</style>