Shades of Neon Blue #254CFF
Tints of Neon Blue #254CFF
RGB
CMYK
RGB Variations
Color information
#254CFF (or 0x254CFF) is known color: Neon Blue. HEX triplet: 25, 4C and FF. RGB value is (37,76,255). Sum of RGB (Red+Green+Blue) = 37+76+255=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #254CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CFF is #DAB300. Grayscale: #535353. Windows color (decimal): -14332673 or 16731173. OLE color: 16731173.
HSL color Cylindrical-coordinate representation of color #254CFF: hue angle of 229.27º 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 #254CFF is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 76 | 255 | - |
| CMYK | 0.85 | 0.70 | 0 | 0 |
| HSL | 229.27º | 1% | 0.57% | - |
| HSV(B) | 229.27º | 0.85% | 1% | - |
| XYZ | 21.4 | 12.78 | 95.95 | - |
| YUV | 84.75 | 224.08 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 255 | 0.85 | 0.70 | 0 | 0 | 229.27 | 1 | 0.57 |
| Hex | 25 | 4C | FF | 55 | 46 | 0 | 0 | E5 | 64 | 39 |
| Octal | 45 | 114 | 377 | 125 | 106 | 0 | 0 | 345 | 144 | 71 |
| Binary | 100101 | 1001100 | 11111111 | 1010101 | 1000110 | 0 | 0 | 11100101 | 1100100 | 111001 |
Color Harmonies of #254CFF
Complementary color
Monochromatic Colors of #254CFF
Black with #254CFF
Text Example
Text Example
White with #254CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254CFF; }
p { color: rgb(37,76,255); }
H1.HeaderClassName
{
color: #254CFF;
}
.AnyTagClassName
{
color: #254CFF;
}
</style>
background-color css
<style>
a { background-color: #254CFF; }
a { background-color: rgb(37,76,255); }
div.DivClassName
{
background-color: #254CFF;
}
.BgClassName
{
background-color: #254CFF;
}
</style>
border-color css
<style>
span { border-color: #254CFF; }
span { border-color: rgb(37,76,255); }
td.TdClassName
{
border-color: #254CFF;
}
.TagClassName
{
border-color: #254CFF;
}
</style>