Shades of Neon Blue #254AF2
Tints of Neon Blue #254AF2
RGB
CMYK
RGB Variations
Color information
#254AF2 (or 0x254AF2) is known color: Neon Blue. HEX triplet: 25, 4A and F2. RGB value is (37,74,242). Sum of RGB (Red+Green+Blue) = 37+74+242=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 242 (94.92% from 255 or 68.56% from 353); Max value from RGB is 242 - color contains mainly: blue. Hex color #254AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254AF2 is #DAB50D. Grayscale: #515151. Windows color (decimal): -14333198 or 15878693. OLE color: 15878693.
HSL color Cylindrical-coordinate representation of color #254AF2: hue angle of 229.17º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254AF2 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 74 | 242 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.05 |
| HSL | 229.17º | 0.89% | 0.55% | - |
| HSV(B) | 229.17º | 0.85% | 0.95% | - |
| XYZ | 19.24 | 11.7 | 85.25 | - |
| YUV | 82.09 | 218.24 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 242 | 0.85 | 0.69 | 0 | 0.05 | 229.17 | 0.89 | 0.55 |
| Hex | 25 | 4A | F2 | 55 | 45 | 0 | 5 | E5 | 59 | 37 |
| Octal | 45 | 112 | 362 | 125 | 105 | 0 | 5 | 345 | 131 | 67 |
| Binary | 100101 | 1001010 | 11110010 | 1010101 | 1000101 | 0 | 101 | 11100101 | 1011001 | 110111 |
Color Harmonies of #254AF2
Complementary color
Monochromatic Colors of #254AF2
Black with #254AF2
Text Example
Text Example
White with #254AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AF2; }
p { color: rgb(37,74,242); }
H1.HeaderClassName
{
color: #254AF2;
}
.AnyTagClassName
{
color: #254AF2;
}
</style>
background-color css
<style>
a { background-color: #254AF2; }
a { background-color: rgb(37,74,242); }
div.DivClassName
{
background-color: #254AF2;
}
.BgClassName
{
background-color: #254AF2;
}
</style>
border-color css
<style>
span { border-color: #254AF2; }
span { border-color: rgb(37,74,242); }
td.TdClassName
{
border-color: #254AF2;
}
.TagClassName
{
border-color: #254AF2;
}
</style>