Shades of Neon Blue #644EEF
Tints of Neon Blue #644EEF
RGB
CMYK
RGB Variations
Color information
#644EEF (or 0x644EEF) is known color: Neon Blue. HEX triplet: 64, 4E and EF. RGB value is (100,78,239). Sum of RGB (Red+Green+Blue) = 100+78+239=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #644EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644EEF is #9BB110. Grayscale: #666666. Windows color (decimal): -10203409 or 15683172. OLE color: 15683172.
HSL color Cylindrical-coordinate representation of color #644EEF: hue angle of 248.2º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644EEF is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 78 | 239 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.06 |
| HSL | 248.2º | 0.83% | 0.62% | - |
| HSV(B) | 248.2º | 0.67% | 0.94% | - |
| XYZ | 23.56 | 14.39 | 83.2 | - |
| YUV | 102.93 | 204.79 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 239 | 0.58 | 0.67 | 0 | 0.06 | 248.2 | 0.83 | 0.62 |
| Hex | 64 | 4E | EF | 3A | 43 | 0 | 6 | F8 | 53 | 3E |
| Octal | 144 | 116 | 357 | 72 | 103 | 0 | 6 | 370 | 123 | 76 |
| Binary | 1100100 | 1001110 | 11101111 | 111010 | 1000011 | 0 | 110 | 11111000 | 1010011 | 111110 |
Color Harmonies of #644EEF
Complementary color
Monochromatic Colors of #644EEF
Black with #644EEF
Text Example
Text Example
White with #644EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EEF; }
p { color: rgb(100,78,239); }
H1.HeaderClassName
{
color: #644EEF;
}
.AnyTagClassName
{
color: #644EEF;
}
</style>
background-color css
<style>
a { background-color: #644EEF; }
a { background-color: rgb(100,78,239); }
div.DivClassName
{
background-color: #644EEF;
}
.BgClassName
{
background-color: #644EEF;
}
</style>
border-color css
<style>
span { border-color: #644EEF; }
span { border-color: rgb(100,78,239); }
td.TdClassName
{
border-color: #644EEF;
}
.TagClassName
{
border-color: #644EEF;
}
</style>