Shades of Neon Blue #2450FE
Tints of Neon Blue #2450FE
RGB
CMYK
RGB Variations
Color information
#2450FE (or 0x2450FE) is known color: Neon Blue. HEX triplet: 24, 50 and FE. RGB value is (36,80,254). Sum of RGB (Red+Green+Blue) = 36+80+254=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #2450FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2450FE is #DBAF01. Grayscale: #555555. Windows color (decimal): -14397186 or 16666660. OLE color: 16666660.
HSL color Cylindrical-coordinate representation of color #2450FE: hue angle of 227.89º 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 #2450FE is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 80 | 254 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.00 |
| HSL | 227.89º | 0.99% | 0.57% | - |
| HSV(B) | 227.89º | 0.86% | 1% | - |
| XYZ | 21.49 | 13.27 | 95.19 | - |
| YUV | 86.68 | 222.42 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 254 | 0.86 | 0.69 | 0 | 0.00 | 227.89 | 0.99 | 0.57 |
| Hex | 24 | 50 | FE | 56 | 45 | 0 | 0 | E4 | 63 | 39 |
| Octal | 44 | 120 | 376 | 126 | 105 | 0 | 0 | 344 | 143 | 71 |
| Binary | 100100 | 1010000 | 11111110 | 1010110 | 1000101 | 0 | 0 | 11100100 | 1100011 | 111001 |
Color Harmonies of #2450FE
Complementary color
Monochromatic Colors of #2450FE
Black with #2450FE
Text Example
Text Example
White with #2450FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2450FE; }
p { color: rgb(36,80,254); }
H1.HeaderClassName
{
color: #2450FE;
}
.AnyTagClassName
{
color: #2450FE;
}
</style>
background-color css
<style>
a { background-color: #2450FE; }
a { background-color: rgb(36,80,254); }
div.DivClassName
{
background-color: #2450FE;
}
.BgClassName
{
background-color: #2450FE;
}
</style>
border-color css
<style>
span { border-color: #2450FE; }
span { border-color: rgb(36,80,254); }
td.TdClassName
{
border-color: #2450FE;
}
.TagClassName
{
border-color: #2450FE;
}
</style>