Shades of Neon Blue #244DF8
Tints of Neon Blue #244DF8
RGB
CMYK
RGB Variations
Color information
#244DF8 (or 0x244DF8) is known color: Neon Blue. HEX triplet: 24, 4D and F8. RGB value is (36,77,248). Sum of RGB (Red+Green+Blue) = 36+77+248=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #244DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #244DF8 is #DBB207. Grayscale: #535353. Windows color (decimal): -14397960 or 16272676. OLE color: 16272676.
HSL color Cylindrical-coordinate representation of color #244DF8: hue angle of 228.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #244DF8 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 77 | 248 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.03 |
| HSL | 228.4º | 0.94% | 0.56% | - |
| HSV(B) | 228.4º | 0.85% | 0.97% | - |
| XYZ | 20.32 | 12.46 | 90.14 | - |
| YUV | 84.24 | 220.42 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 248 | 0.85 | 0.69 | 0 | 0.03 | 228.4 | 0.94 | 0.56 |
| Hex | 24 | 4D | F8 | 55 | 45 | 0 | 3 | E4 | 5E | 38 |
| Octal | 44 | 115 | 370 | 125 | 105 | 0 | 3 | 344 | 136 | 70 |
| Binary | 100100 | 1001101 | 11111000 | 1010101 | 1000101 | 0 | 11 | 11100100 | 1011110 | 111000 |
Color Harmonies of #244DF8
Complementary color
Monochromatic Colors of #244DF8
Black with #244DF8
Text Example
Text Example
White with #244DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244DF8; }
p { color: rgb(36,77,248); }
H1.HeaderClassName
{
color: #244DF8;
}
.AnyTagClassName
{
color: #244DF8;
}
</style>
background-color css
<style>
a { background-color: #244DF8; }
a { background-color: rgb(36,77,248); }
div.DivClassName
{
background-color: #244DF8;
}
.BgClassName
{
background-color: #244DF8;
}
</style>
border-color css
<style>
span { border-color: #244DF8; }
span { border-color: rgb(36,77,248); }
td.TdClassName
{
border-color: #244DF8;
}
.TagClassName
{
border-color: #244DF8;
}
</style>