Shades of Neon Blue #2555FE
Tints of Neon Blue #2555FE
RGB
CMYK
RGB Variations
Color information
#2555FE (or 0x2555FE) is known color: Neon Blue. HEX triplet: 25, 55 and FE. RGB value is (37,85,254). Sum of RGB (Red+Green+Blue) = 37+85+254=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #2555FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2555FE is #DAAA01. Grayscale: #595959. Windows color (decimal): -14330370 or 16667941. OLE color: 16667941.
HSL color Cylindrical-coordinate representation of color #2555FE: hue angle of 226.73º 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 #2555FE is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 85 | 254 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.00 |
| HSL | 226.73º | 0.99% | 0.57% | - |
| HSV(B) | 226.73º | 0.85% | 1% | - |
| XYZ | 21.9 | 14.05 | 95.32 | - |
| YUV | 89.91 | 220.6 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 254 | 0.85 | 0.67 | 0 | 0.00 | 226.73 | 0.99 | 0.57 |
| Hex | 25 | 55 | FE | 55 | 43 | 0 | 0 | E3 | 63 | 39 |
| Octal | 45 | 125 | 376 | 125 | 103 | 0 | 0 | 343 | 143 | 71 |
| Binary | 100101 | 1010101 | 11111110 | 1010101 | 1000011 | 0 | 0 | 11100011 | 1100011 | 111001 |
Color Harmonies of #2555FE
Complementary color
Monochromatic Colors of #2555FE
Black with #2555FE
Text Example
Text Example
White with #2555FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2555FE; }
p { color: rgb(37,85,254); }
H1.HeaderClassName
{
color: #2555FE;
}
.AnyTagClassName
{
color: #2555FE;
}
</style>
background-color css
<style>
a { background-color: #2555FE; }
a { background-color: rgb(37,85,254); }
div.DivClassName
{
background-color: #2555FE;
}
.BgClassName
{
background-color: #2555FE;
}
</style>
border-color css
<style>
span { border-color: #2555FE; }
span { border-color: rgb(37,85,254); }
td.TdClassName
{
border-color: #2555FE;
}
.TagClassName
{
border-color: #2555FE;
}
</style>