Shades of Neon Blue #254FFF
Tints of Neon Blue #254FFF
RGB
CMYK
RGB Variations
Color information
#254FFF (or 0x254FFF) is known color: Neon Blue. HEX triplet: 25, 4F and FF. RGB value is (37,79,255). Sum of RGB (Red+Green+Blue) = 37+79+255=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #254FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FFF is #DAB000. Grayscale: #555555. Windows color (decimal): -14331905 or 16731941. OLE color: 16731941.
HSL color Cylindrical-coordinate representation of color #254FFF: hue angle of 228.44º 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 #254FFF is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 79 | 255 | - |
| CMYK | 0.85 | 0.69 | 0 | 0 |
| HSL | 228.44º | 1% | 0.57% | - |
| HSV(B) | 228.44º | 0.85% | 1% | - |
| XYZ | 21.61 | 13.21 | 96.02 | - |
| YUV | 86.51 | 223.09 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 255 | 0.85 | 0.69 | 0 | 0 | 228.44 | 1 | 0.57 |
| Hex | 25 | 4F | FF | 55 | 45 | 0 | 0 | E4 | 64 | 39 |
| Octal | 45 | 117 | 377 | 125 | 105 | 0 | 0 | 344 | 144 | 71 |
| Binary | 100101 | 1001111 | 11111111 | 1010101 | 1000101 | 0 | 0 | 11100100 | 1100100 | 111001 |
Color Harmonies of #254FFF
Complementary color
Monochromatic Colors of #254FFF
Black with #254FFF
Text Example
Text Example
White with #254FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FFF; }
p { color: rgb(37,79,255); }
H1.HeaderClassName
{
color: #254FFF;
}
.AnyTagClassName
{
color: #254FFF;
}
</style>
background-color css
<style>
a { background-color: #254FFF; }
a { background-color: rgb(37,79,255); }
div.DivClassName
{
background-color: #254FFF;
}
.BgClassName
{
background-color: #254FFF;
}
</style>
border-color css
<style>
span { border-color: #254FFF; }
span { border-color: rgb(37,79,255); }
td.TdClassName
{
border-color: #254FFF;
}
.TagClassName
{
border-color: #254FFF;
}
</style>