Shades of Neon Blue #2449FD
Tints of Neon Blue #2449FD
RGB
CMYK
RGB Variations
Color information
#2449FD (or 0x2449FD) is known color: Neon Blue. HEX triplet: 24, 49 and FD. RGB value is (36,73,253). Sum of RGB (Red+Green+Blue) = 36+73+253=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #2449FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2449FD is #DBB602. Grayscale: #515151. Windows color (decimal): -14398979 or 16599332. OLE color: 16599332.
HSL color Cylindrical-coordinate representation of color #2449FD: hue angle of 229.77º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2449FD is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 73 | 253 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.01 |
| HSL | 229.77º | 0.98% | 0.57% | - |
| HSV(B) | 229.77º | 0.86% | 0.99% | - |
| XYZ | 20.84 | 12.23 | 94.19 | - |
| YUV | 82.46 | 224.24 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 253 | 0.86 | 0.71 | 0 | 0.01 | 229.77 | 0.98 | 0.57 |
| Hex | 24 | 49 | FD | 56 | 47 | 0 | 1 | E6 | 62 | 39 |
| Octal | 44 | 111 | 375 | 126 | 107 | 0 | 1 | 346 | 142 | 71 |
| Binary | 100100 | 1001001 | 11111101 | 1010110 | 1000111 | 0 | 1 | 11100110 | 1100010 | 111001 |
Color Harmonies of #2449FD
Complementary color
Monochromatic Colors of #2449FD
Black with #2449FD
Text Example
Text Example
White with #2449FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449FD; }
p { color: rgb(36,73,253); }
H1.HeaderClassName
{
color: #2449FD;
}
.AnyTagClassName
{
color: #2449FD;
}
</style>
background-color css
<style>
a { background-color: #2449FD; }
a { background-color: rgb(36,73,253); }
div.DivClassName
{
background-color: #2449FD;
}
.BgClassName
{
background-color: #2449FD;
}
</style>
border-color css
<style>
span { border-color: #2449FD; }
span { border-color: rgb(36,73,253); }
td.TdClassName
{
border-color: #2449FD;
}
.TagClassName
{
border-color: #2449FD;
}
</style>