Shades of Neon Blue #252DFF
Tints of Neon Blue #252DFF
RGB
CMYK
RGB Variations
Color information
#252DFF (or 0x252DFF) is known color: Neon Blue. HEX triplet: 25, 2D and FF. RGB value is (37,45,255). Sum of RGB (Red+Green+Blue) = 37+45+255=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #252DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252DFF is #DAD200. Grayscale: #414141. Windows color (decimal): -14340609 or 16723237. OLE color: 16723237.
HSL color Cylindrical-coordinate representation of color #252DFF: hue angle of 237.8º 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 #252DFF is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 45 | 255 | - |
| CMYK | 0.85 | 0.82 | 0 | 0 |
| HSL | 237.8º | 1% | 0.57% | - |
| HSV(B) | 237.8º | 0.85% | 1% | - |
| XYZ | 19.75 | 9.49 | 95.4 | - |
| YUV | 66.55 | 234.35 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 255 | 0.85 | 0.82 | 0 | 0 | 237.8 | 1 | 0.57 |
| Hex | 25 | 2D | FF | 55 | 52 | 0 | 0 | EE | 64 | 39 |
| Octal | 45 | 55 | 377 | 125 | 122 | 0 | 0 | 356 | 144 | 71 |
| Binary | 100101 | 101101 | 11111111 | 1010101 | 1010010 | 0 | 0 | 11101110 | 1100100 | 111001 |
Color Harmonies of #252DFF
Complementary color
Monochromatic Colors of #252DFF
Black with #252DFF
Text Example
Text Example
White with #252DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252DFF; }
p { color: rgb(37,45,255); }
H1.HeaderClassName
{
color: #252DFF;
}
.AnyTagClassName
{
color: #252DFF;
}
</style>
background-color css
<style>
a { background-color: #252DFF; }
a { background-color: rgb(37,45,255); }
div.DivClassName
{
background-color: #252DFF;
}
.BgClassName
{
background-color: #252DFF;
}
</style>
border-color css
<style>
span { border-color: #252DFF; }
span { border-color: rgb(37,45,255); }
td.TdClassName
{
border-color: #252DFF;
}
.TagClassName
{
border-color: #252DFF;
}
</style>