Shades of Neon Blue #252CFF
Tints of Neon Blue #252CFF
RGB
CMYK
RGB Variations
Color information
#252CFF (or 0x252CFF) is known color: Neon Blue. HEX triplet: 25, 2C and FF. RGB value is (37,44,255). Sum of RGB (Red+Green+Blue) = 37+44+255=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #252CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252CFF is #DAD300. Grayscale: #414141. Windows color (decimal): -14340865 or 16722981. OLE color: 16722981.
HSL color Cylindrical-coordinate representation of color #252CFF: hue angle of 238.07º 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 #252CFF is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 44 | 255 | - |
| CMYK | 0.85 | 0.83 | 0 | 0 |
| HSL | 238.07º | 1% | 0.57% | - |
| HSV(B) | 238.07º | 0.85% | 1% | - |
| XYZ | 19.71 | 9.41 | 95.39 | - |
| YUV | 65.96 | 234.68 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 255 | 0.85 | 0.83 | 0 | 0 | 238.07 | 1 | 0.57 |
| Hex | 25 | 2C | FF | 55 | 53 | 0 | 0 | EE | 64 | 39 |
| Octal | 45 | 54 | 377 | 125 | 123 | 0 | 0 | 356 | 144 | 71 |
| Binary | 100101 | 101100 | 11111111 | 1010101 | 1010011 | 0 | 0 | 11101110 | 1100100 | 111001 |
Color Harmonies of #252CFF
Complementary color
Monochromatic Colors of #252CFF
Black with #252CFF
Text Example
Text Example
White with #252CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252CFF; }
p { color: rgb(37,44,255); }
H1.HeaderClassName
{
color: #252CFF;
}
.AnyTagClassName
{
color: #252CFF;
}
</style>
background-color css
<style>
a { background-color: #252CFF; }
a { background-color: rgb(37,44,255); }
div.DivClassName
{
background-color: #252CFF;
}
.BgClassName
{
background-color: #252CFF;
}
</style>
border-color css
<style>
span { border-color: #252CFF; }
span { border-color: rgb(37,44,255); }
td.TdClassName
{
border-color: #252CFF;
}
.TagClassName
{
border-color: #252CFF;
}
</style>