Shades of Neon Blue #2552FE
Tints of Neon Blue #2552FE
RGB
CMYK
RGB Variations
Color information
#2552FE (or 0x2552FE) is known color: Neon Blue. HEX triplet: 25, 52 and FE. RGB value is (37,82,254). Sum of RGB (Red+Green+Blue) = 37+82+254=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #2552FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2552FE is #DAAD01. Grayscale: #575757. Windows color (decimal): -14331138 or 16667173. OLE color: 16667173.
HSL color Cylindrical-coordinate representation of color #2552FE: hue angle of 227.56º 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 #2552FE is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 82 | 254 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.00 |
| HSL | 227.56º | 0.99% | 0.57% | - |
| HSV(B) | 227.56º | 0.85% | 1% | - |
| XYZ | 21.67 | 13.58 | 95.25 | - |
| YUV | 88.15 | 221.59 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 254 | 0.85 | 0.68 | 0 | 0.00 | 227.56 | 0.99 | 0.57 |
| Hex | 25 | 52 | FE | 55 | 44 | 0 | 0 | E4 | 63 | 39 |
| Octal | 45 | 122 | 376 | 125 | 104 | 0 | 0 | 344 | 143 | 71 |
| Binary | 100101 | 1010010 | 11111110 | 1010101 | 1000100 | 0 | 0 | 11100100 | 1100011 | 111001 |
Color Harmonies of #2552FE
Complementary color
Monochromatic Colors of #2552FE
Black with #2552FE
Text Example
Text Example
White with #2552FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2552FE; }
p { color: rgb(37,82,254); }
H1.HeaderClassName
{
color: #2552FE;
}
.AnyTagClassName
{
color: #2552FE;
}
</style>
background-color css
<style>
a { background-color: #2552FE; }
a { background-color: rgb(37,82,254); }
div.DivClassName
{
background-color: #2552FE;
}
.BgClassName
{
background-color: #2552FE;
}
</style>
border-color css
<style>
span { border-color: #2552FE; }
span { border-color: rgb(37,82,254); }
td.TdClassName
{
border-color: #2552FE;
}
.TagClassName
{
border-color: #2552FE;
}
</style>