Shades of Neon Blue #254AF7
Tints of Neon Blue #254AF7
RGB
CMYK
RGB Variations
Color information
#254AF7 (or 0x254AF7) is known color: Neon Blue. HEX triplet: 25, 4A and F7. RGB value is (37,74,247). Sum of RGB (Red+Green+Blue) = 37+74+247=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #254AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254AF7 is #DAB508. Grayscale: #515151. Windows color (decimal): -14333193 or 16206373. OLE color: 16206373.
HSL color Cylindrical-coordinate representation of color #254AF7: hue angle of 229.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254AF7 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 74 | 247 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.03 |
| HSL | 229.43º | 0.93% | 0.56% | - |
| HSV(B) | 229.43º | 0.85% | 0.97% | - |
| XYZ | 20 | 12.01 | 89.26 | - |
| YUV | 82.66 | 220.74 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 247 | 0.85 | 0.70 | 0 | 0.03 | 229.43 | 0.93 | 0.56 |
| Hex | 25 | 4A | F7 | 55 | 46 | 0 | 3 | E5 | 5D | 38 |
| Octal | 45 | 112 | 367 | 125 | 106 | 0 | 3 | 345 | 135 | 70 |
| Binary | 100101 | 1001010 | 11110111 | 1010101 | 1000110 | 0 | 11 | 11100101 | 1011101 | 111000 |
Color Harmonies of #254AF7
Complementary color
Monochromatic Colors of #254AF7
Black with #254AF7
Text Example
Text Example
White with #254AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AF7; }
p { color: rgb(37,74,247); }
H1.HeaderClassName
{
color: #254AF7;
}
.AnyTagClassName
{
color: #254AF7;
}
</style>
background-color css
<style>
a { background-color: #254AF7; }
a { background-color: rgb(37,74,247); }
div.DivClassName
{
background-color: #254AF7;
}
.BgClassName
{
background-color: #254AF7;
}
</style>
border-color css
<style>
span { border-color: #254AF7; }
span { border-color: rgb(37,74,247); }
td.TdClassName
{
border-color: #254AF7;
}
.TagClassName
{
border-color: #254AF7;
}
</style>