Shades of Neon Blue #252FFF
Tints of Neon Blue #252FFF
RGB
CMYK
RGB Variations
Color information
#252FFF (or 0x252FFF) is known color: Neon Blue. HEX triplet: 25, 2F and FF. RGB value is (37,47,255). Sum of RGB (Red+Green+Blue) = 37+47+255=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #252FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252FFF is #DAD000. Grayscale: #424242. Windows color (decimal): -14340097 or 16723749. OLE color: 16723749.
HSL color Cylindrical-coordinate representation of color #252FFF: hue angle of 237.25º 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 #252FFF is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 47 | 255 | - |
| CMYK | 0.85 | 0.82 | 0 | 0 |
| HSL | 237.25º | 1% | 0.57% | - |
| HSV(B) | 237.25º | 0.85% | 1% | - |
| XYZ | 19.83 | 9.65 | 95.42 | - |
| YUV | 67.72 | 233.69 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 255 | 0.85 | 0.82 | 0 | 0 | 237.25 | 1 | 0.57 |
| Hex | 25 | 2F | FF | 55 | 52 | 0 | 0 | ED | 64 | 39 |
| Octal | 45 | 57 | 377 | 125 | 122 | 0 | 0 | 355 | 144 | 71 |
| Binary | 100101 | 101111 | 11111111 | 1010101 | 1010010 | 0 | 0 | 11101101 | 1100100 | 111001 |
Color Harmonies of #252FFF
Complementary color
Monochromatic Colors of #252FFF
Black with #252FFF
Text Example
Text Example
White with #252FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252FFF; }
p { color: rgb(37,47,255); }
H1.HeaderClassName
{
color: #252FFF;
}
.AnyTagClassName
{
color: #252FFF;
}
</style>
background-color css
<style>
a { background-color: #252FFF; }
a { background-color: rgb(37,47,255); }
div.DivClassName
{
background-color: #252FFF;
}
.BgClassName
{
background-color: #252FFF;
}
</style>
border-color css
<style>
span { border-color: #252FFF; }
span { border-color: rgb(37,47,255); }
td.TdClassName
{
border-color: #252FFF;
}
.TagClassName
{
border-color: #252FFF;
}
</style>