Shades of Neon Blue #252EFF
Tints of Neon Blue #252EFF
RGB
CMYK
RGB Variations
Color information
#252EFF (or 0x252EFF) is known color: Neon Blue. HEX triplet: 25, 2E and FF. RGB value is (37,46,255). Sum of RGB (Red+Green+Blue) = 37+46+255=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #252EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252EFF is #DAD100. Grayscale: #424242. Windows color (decimal): -14340353 or 16723493. OLE color: 16723493.
HSL color Cylindrical-coordinate representation of color #252EFF: hue angle of 237.52º 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 #252EFF is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 46 | 255 | - |
| CMYK | 0.85 | 0.82 | 0 | 0 |
| HSL | 237.52º | 1% | 0.57% | - |
| HSV(B) | 237.52º | 0.85% | 1% | - |
| XYZ | 19.79 | 9.57 | 95.41 | - |
| YUV | 67.14 | 234.02 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 255 | 0.85 | 0.82 | 0 | 0 | 237.52 | 1 | 0.57 |
| Hex | 25 | 2E | FF | 55 | 52 | 0 | 0 | EE | 64 | 39 |
| Octal | 45 | 56 | 377 | 125 | 122 | 0 | 0 | 356 | 144 | 71 |
| Binary | 100101 | 101110 | 11111111 | 1010101 | 1010010 | 0 | 0 | 11101110 | 1100100 | 111001 |
Color Harmonies of #252EFF
Complementary color
Monochromatic Colors of #252EFF
Black with #252EFF
Text Example
Text Example
White with #252EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252EFF; }
p { color: rgb(37,46,255); }
H1.HeaderClassName
{
color: #252EFF;
}
.AnyTagClassName
{
color: #252EFF;
}
</style>
background-color css
<style>
a { background-color: #252EFF; }
a { background-color: rgb(37,46,255); }
div.DivClassName
{
background-color: #252EFF;
}
.BgClassName
{
background-color: #252EFF;
}
</style>
border-color css
<style>
span { border-color: #252EFF; }
span { border-color: rgb(37,46,255); }
td.TdClassName
{
border-color: #252EFF;
}
.TagClassName
{
border-color: #252EFF;
}
</style>