Shades of Neon Blue #254AFF
Tints of Neon Blue #254AFF
RGB
CMYK
RGB Variations
Color information
#254AFF (or 0x254AFF) is known color: Neon Blue. HEX triplet: 25, 4A and FF. RGB value is (37,74,255). Sum of RGB (Red+Green+Blue) = 37+74+255=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #254AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254AFF is #DAB500. Grayscale: #525252. Windows color (decimal): -14333185 or 16730661. OLE color: 16730661.
HSL color Cylindrical-coordinate representation of color #254AFF: hue angle of 229.82º 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 #254AFF is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 74 | 255 | - |
| CMYK | 0.85 | 0.71 | 0 | 0 |
| HSL | 229.82º | 1% | 0.57% | - |
| HSV(B) | 229.82º | 0.85% | 1% | - |
| XYZ | 21.26 | 12.51 | 95.9 | - |
| YUV | 83.57 | 224.74 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 255 | 0.85 | 0.71 | 0 | 0 | 229.82 | 1 | 0.57 |
| Hex | 25 | 4A | FF | 55 | 47 | 0 | 0 | E6 | 64 | 39 |
| Octal | 45 | 112 | 377 | 125 | 107 | 0 | 0 | 346 | 144 | 71 |
| Binary | 100101 | 1001010 | 11111111 | 1010101 | 1000111 | 0 | 0 | 11100110 | 1100100 | 111001 |
Color Harmonies of #254AFF
Complementary color
Monochromatic Colors of #254AFF
Black with #254AFF
Text Example
Text Example
White with #254AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AFF; }
p { color: rgb(37,74,255); }
H1.HeaderClassName
{
color: #254AFF;
}
.AnyTagClassName
{
color: #254AFF;
}
</style>
background-color css
<style>
a { background-color: #254AFF; }
a { background-color: rgb(37,74,255); }
div.DivClassName
{
background-color: #254AFF;
}
.BgClassName
{
background-color: #254AFF;
}
</style>
border-color css
<style>
span { border-color: #254AFF; }
span { border-color: rgb(37,74,255); }
td.TdClassName
{
border-color: #254AFF;
}
.TagClassName
{
border-color: #254AFF;
}
</style>