Shades of Neon Blue #254FFE
Tints of Neon Blue #254FFE
RGB
CMYK
RGB Variations
Color information
#254FFE (or 0x254FFE) is known color: Neon Blue. HEX triplet: 25, 4F and FE. RGB value is (37,79,254). Sum of RGB (Red+Green+Blue) = 37+79+254=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 79 (31.25% from 255 or 21.35% 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 #254FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FFE is #DAB001. Grayscale: #555555. Windows color (decimal): -14331906 or 16666405. OLE color: 16666405.
HSL color Cylindrical-coordinate representation of color #254FFE: hue angle of 228.39º 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 #254FFE is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 79 | 254 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.00 |
| HSL | 228.39º | 0.99% | 0.57% | - |
| HSV(B) | 228.39º | 0.85% | 1% | - |
| XYZ | 21.45 | 13.14 | 95.17 | - |
| YUV | 86.39 | 222.59 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 254 | 0.85 | 0.69 | 0 | 0.00 | 228.39 | 0.99 | 0.57 |
| Hex | 25 | 4F | FE | 55 | 45 | 0 | 0 | E4 | 63 | 39 |
| Octal | 45 | 117 | 376 | 125 | 105 | 0 | 0 | 344 | 143 | 71 |
| Binary | 100101 | 1001111 | 11111110 | 1010101 | 1000101 | 0 | 0 | 11100100 | 1100011 | 111001 |
Color Harmonies of #254FFE
Complementary color
Monochromatic Colors of #254FFE
Black with #254FFE
Text Example
Text Example
White with #254FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FFE; }
p { color: rgb(37,79,254); }
H1.HeaderClassName
{
color: #254FFE;
}
.AnyTagClassName
{
color: #254FFE;
}
</style>
background-color css
<style>
a { background-color: #254FFE; }
a { background-color: rgb(37,79,254); }
div.DivClassName
{
background-color: #254FFE;
}
.BgClassName
{
background-color: #254FFE;
}
</style>
border-color css
<style>
span { border-color: #254FFE; }
span { border-color: rgb(37,79,254); }
td.TdClassName
{
border-color: #254FFE;
}
.TagClassName
{
border-color: #254FFE;
}
</style>