Shades of Neon Blue #254EFF
Tints of Neon Blue #254EFF
RGB
CMYK
RGB Variations
Color information
#254EFF (or 0x254EFF) is known color: Neon Blue. HEX triplet: 25, 4E and FF. RGB value is (37,78,255). Sum of RGB (Red+Green+Blue) = 37+78+255=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #254EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EFF is #DAB100. Grayscale: #555555. Windows color (decimal): -14332161 or 16731685. OLE color: 16731685.
HSL color Cylindrical-coordinate representation of color #254EFF: hue angle of 228.72º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254EFF is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 78 | 255 | - |
| CMYK | 0.85 | 0.69 | 0 | 0 |
| HSL | 228.72º | 1% | 0.57% | - |
| HSV(B) | 228.72º | 0.85% | 1% | - |
| XYZ | 21.54 | 13.06 | 95.99 | - |
| YUV | 85.92 | 223.42 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 255 | 0.85 | 0.69 | 0 | 0 | 228.72 | 1 | 0.57 |
| Hex | 25 | 4E | FF | 55 | 45 | 0 | 0 | E5 | 64 | 39 |
| Octal | 45 | 116 | 377 | 125 | 105 | 0 | 0 | 345 | 144 | 71 |
| Binary | 100101 | 1001110 | 11111111 | 1010101 | 1000101 | 0 | 0 | 11100101 | 1100100 | 111001 |
Color Harmonies of #254EFF
Complementary color
Monochromatic Colors of #254EFF
Black with #254EFF
Text Example
Text Example
White with #254EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EFF; }
p { color: rgb(37,78,255); }
H1.HeaderClassName
{
color: #254EFF;
}
.AnyTagClassName
{
color: #254EFF;
}
</style>
background-color css
<style>
a { background-color: #254EFF; }
a { background-color: rgb(37,78,255); }
div.DivClassName
{
background-color: #254EFF;
}
.BgClassName
{
background-color: #254EFF;
}
</style>
border-color css
<style>
span { border-color: #254EFF; }
span { border-color: rgb(37,78,255); }
td.TdClassName
{
border-color: #254EFF;
}
.TagClassName
{
border-color: #254EFF;
}
</style>