Shades of Neon Blue #244EFF
Tints of Neon Blue #244EFF
RGB
CMYK
RGB Variations
Color information
#244EFF (or 0x244EFF) is known color: Neon Blue. HEX triplet: 24, 4E and FF. RGB value is (36,78,255). Sum of RGB (Red+Green+Blue) = 36+78+255=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #244EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #244EFF is #DBB100. Grayscale: #545454. Windows color (decimal): -14397697 or 16731684. OLE color: 16731684.
HSL color Cylindrical-coordinate representation of color #244EFF: hue angle of 228.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #244EFF is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 78 | 255 | - |
| CMYK | 0.86 | 0.69 | 0 | 0 |
| HSL | 228.49º | 1% | 0.57% | - |
| HSV(B) | 228.49º | 0.86% | 1% | - |
| XYZ | 21.5 | 13.04 | 95.99 | - |
| YUV | 85.62 | 223.59 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 255 | 0.86 | 0.69 | 0 | 0 | 228.49 | 1 | 0.57 |
| Hex | 24 | 4E | FF | 56 | 45 | 0 | 0 | E4 | 64 | 39 |
| Octal | 44 | 116 | 377 | 126 | 105 | 0 | 0 | 344 | 144 | 71 |
| Binary | 100100 | 1001110 | 11111111 | 1010110 | 1000101 | 0 | 0 | 11100100 | 1100100 | 111001 |
Color Harmonies of #244EFF
Complementary color
Monochromatic Colors of #244EFF
Black with #244EFF
Text Example
Text Example
White with #244EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244EFF; }
p { color: rgb(36,78,255); }
H1.HeaderClassName
{
color: #244EFF;
}
.AnyTagClassName
{
color: #244EFF;
}
</style>
background-color css
<style>
a { background-color: #244EFF; }
a { background-color: rgb(36,78,255); }
div.DivClassName
{
background-color: #244EFF;
}
.BgClassName
{
background-color: #244EFF;
}
</style>
border-color css
<style>
span { border-color: #244EFF; }
span { border-color: rgb(36,78,255); }
td.TdClassName
{
border-color: #244EFF;
}
.TagClassName
{
border-color: #244EFF;
}
</style>