Shades of Neon Blue #254EFE
Tints of Neon Blue #254EFE
RGB
CMYK
RGB Variations
Color information
#254EFE (or 0x254EFE) is known color: Neon Blue. HEX triplet: 25, 4E and FE. RGB value is (37,78,254). Sum of RGB (Red+Green+Blue) = 37+78+254=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #254EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EFE is #DAB101. Grayscale: #555555. Windows color (decimal): -14332162 or 16666149. OLE color: 16666149.
HSL color Cylindrical-coordinate representation of color #254EFE: hue angle of 228.66º 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 #254EFE is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 78 | 254 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.00 |
| HSL | 228.66º | 0.99% | 0.57% | - |
| HSV(B) | 228.66º | 0.85% | 1% | - |
| XYZ | 21.38 | 13 | 95.15 | - |
| YUV | 85.81 | 222.92 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 254 | 0.85 | 0.69 | 0 | 0.00 | 228.66 | 0.99 | 0.57 |
| Hex | 25 | 4E | FE | 55 | 45 | 0 | 0 | E5 | 63 | 39 |
| Octal | 45 | 116 | 376 | 125 | 105 | 0 | 0 | 345 | 143 | 71 |
| Binary | 100101 | 1001110 | 11111110 | 1010101 | 1000101 | 0 | 0 | 11100101 | 1100011 | 111001 |
Color Harmonies of #254EFE
Complementary color
Monochromatic Colors of #254EFE
Black with #254EFE
Text Example
Text Example
White with #254EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254EFE; }
p { color: rgb(37,78,254); }
H1.HeaderClassName
{
color: #254EFE;
}
.AnyTagClassName
{
color: #254EFE;
}
</style>
background-color css
<style>
a { background-color: #254EFE; }
a { background-color: rgb(37,78,254); }
div.DivClassName
{
background-color: #254EFE;
}
.BgClassName
{
background-color: #254EFE;
}
</style>
border-color css
<style>
span { border-color: #254EFE; }
span { border-color: rgb(37,78,254); }
td.TdClassName
{
border-color: #254EFE;
}
.TagClassName
{
border-color: #254EFE;
}
</style>