Shades of Neon Blue #2448FE
Tints of Neon Blue #2448FE
RGB
CMYK
RGB Variations
Color information
#2448FE (or 0x2448FE) is known color: Neon Blue. HEX triplet: 24, 48 and FE. RGB value is (36,72,254). Sum of RGB (Red+Green+Blue) = 36+72+254=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #2448FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2448FE is #DBB701. Grayscale: #515151. Windows color (decimal): -14399234 or 16664612. OLE color: 16664612.
HSL color Cylindrical-coordinate representation of color #2448FE: hue angle of 230.09º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2448FE is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 72 | 254 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.00 |
| HSL | 230.09º | 0.99% | 0.57% | - |
| HSV(B) | 230.09º | 0.86% | 1% | - |
| XYZ | 20.93 | 12.17 | 95.01 | - |
| YUV | 81.98 | 225.07 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 254 | 0.86 | 0.72 | 0 | 0.00 | 230.09 | 0.99 | 0.57 |
| Hex | 24 | 48 | FE | 56 | 48 | 0 | 0 | E6 | 63 | 39 |
| Octal | 44 | 110 | 376 | 126 | 110 | 0 | 0 | 346 | 143 | 71 |
| Binary | 100100 | 1001000 | 11111110 | 1010110 | 1001000 | 0 | 0 | 11100110 | 1100011 | 111001 |
Color Harmonies of #2448FE
Complementary color
Monochromatic Colors of #2448FE
Black with #2448FE
Text Example
Text Example
White with #2448FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448FE; }
p { color: rgb(36,72,254); }
H1.HeaderClassName
{
color: #2448FE;
}
.AnyTagClassName
{
color: #2448FE;
}
</style>
background-color css
<style>
a { background-color: #2448FE; }
a { background-color: rgb(36,72,254); }
div.DivClassName
{
background-color: #2448FE;
}
.BgClassName
{
background-color: #2448FE;
}
</style>
border-color css
<style>
span { border-color: #2448FE; }
span { border-color: rgb(36,72,254); }
td.TdClassName
{
border-color: #2448FE;
}
.TagClassName
{
border-color: #2448FE;
}
</style>