Shades of Neon Blue #254DFE
Tints of Neon Blue #254DFE
RGB
CMYK
RGB Variations
Color information
#254DFE (or 0x254DFE) is known color: Neon Blue. HEX triplet: 25, 4D and FE. RGB value is (37,77,254). Sum of RGB (Red+Green+Blue) = 37+77+254=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #254DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254DFE is #DAB201. Grayscale: #545454. Windows color (decimal): -14332418 or 16665893. OLE color: 16665893.
HSL color Cylindrical-coordinate representation of color #254DFE: hue angle of 228.94º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254DFE is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 77 | 254 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.00 |
| HSL | 228.94º | 0.99% | 0.57% | - |
| HSV(B) | 228.94º | 0.85% | 1% | - |
| XYZ | 21.31 | 12.86 | 95.12 | - |
| YUV | 85.22 | 223.25 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 254 | 0.85 | 0.70 | 0 | 0.00 | 228.94 | 0.99 | 0.57 |
| Hex | 25 | 4D | FE | 55 | 46 | 0 | 0 | E5 | 63 | 39 |
| Octal | 45 | 115 | 376 | 125 | 106 | 0 | 0 | 345 | 143 | 71 |
| Binary | 100101 | 1001101 | 11111110 | 1010101 | 1000110 | 0 | 0 | 11100101 | 1100011 | 111001 |
Color Harmonies of #254DFE
Complementary color
Monochromatic Colors of #254DFE
Black with #254DFE
Text Example
Text Example
White with #254DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DFE; }
p { color: rgb(37,77,254); }
H1.HeaderClassName
{
color: #254DFE;
}
.AnyTagClassName
{
color: #254DFE;
}
</style>
background-color css
<style>
a { background-color: #254DFE; }
a { background-color: rgb(37,77,254); }
div.DivClassName
{
background-color: #254DFE;
}
.BgClassName
{
background-color: #254DFE;
}
</style>
border-color css
<style>
span { border-color: #254DFE; }
span { border-color: rgb(37,77,254); }
td.TdClassName
{
border-color: #254DFE;
}
.TagClassName
{
border-color: #254DFE;
}
</style>