Shades of Neon Blue #252FFE
Tints of Neon Blue #252FFE
RGB
CMYK
RGB Variations
Color information
#252FFE (or 0x252FFE) is known color: Neon Blue. HEX triplet: 25, 2F and FE. RGB value is (37,47,254). Sum of RGB (Red+Green+Blue) = 37+47+254=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #252FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252FFE is #DAD001. Grayscale: #424242. Windows color (decimal): -14340098 or 16658213. OLE color: 16658213.
HSL color Cylindrical-coordinate representation of color #252FFE: hue angle of 237.24º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252FFE is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 47 | 254 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.00 |
| HSL | 237.24º | 0.99% | 0.57% | - |
| HSV(B) | 237.24º | 0.85% | 1% | - |
| XYZ | 19.67 | 9.58 | 94.58 | - |
| YUV | 67.61 | 233.19 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 254 | 0.85 | 0.81 | 0 | 0.00 | 237.24 | 0.99 | 0.57 |
| Hex | 25 | 2F | FE | 55 | 51 | 0 | 0 | ED | 63 | 39 |
| Octal | 45 | 57 | 376 | 125 | 121 | 0 | 0 | 355 | 143 | 71 |
| Binary | 100101 | 101111 | 11111110 | 1010101 | 1010001 | 0 | 0 | 11101101 | 1100011 | 111001 |
Color Harmonies of #252FFE
Complementary color
Monochromatic Colors of #252FFE
Black with #252FFE
Text Example
Text Example
White with #252FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252FFE; }
p { color: rgb(37,47,254); }
H1.HeaderClassName
{
color: #252FFE;
}
.AnyTagClassName
{
color: #252FFE;
}
</style>
background-color css
<style>
a { background-color: #252FFE; }
a { background-color: rgb(37,47,254); }
div.DivClassName
{
background-color: #252FFE;
}
.BgClassName
{
background-color: #252FFE;
}
</style>
border-color css
<style>
span { border-color: #252FFE; }
span { border-color: rgb(37,47,254); }
td.TdClassName
{
border-color: #252FFE;
}
.TagClassName
{
border-color: #252FFE;
}
</style>