Shades of Neon Blue #2555FF
Tints of Neon Blue #2555FF
RGB
CMYK
RGB Variations
Color information
#2555FF (or 0x2555FF) is known color: Neon Blue. HEX triplet: 25, 55 and FF. RGB value is (37,85,255). Sum of RGB (Red+Green+Blue) = 37+85+255=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #2555FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2555FF is #DAAA00. Grayscale: #595959. Windows color (decimal): -14330369 or 16733477. OLE color: 16733477.
HSL color Cylindrical-coordinate representation of color #2555FF: hue angle of 226.79º 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 #2555FF is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 85 | 255 | - |
| CMYK | 0.85 | 0.67 | 0 | 0 |
| HSL | 226.79º | 1% | 0.57% | - |
| HSV(B) | 226.79º | 0.85% | 1% | - |
| XYZ | 22.06 | 14.11 | 96.17 | - |
| YUV | 90.03 | 221.1 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 255 | 0.85 | 0.67 | 0 | 0 | 226.79 | 1 | 0.57 |
| Hex | 25 | 55 | FF | 55 | 43 | 0 | 0 | E3 | 64 | 39 |
| Octal | 45 | 125 | 377 | 125 | 103 | 0 | 0 | 343 | 144 | 71 |
| Binary | 100101 | 1010101 | 11111111 | 1010101 | 1000011 | 0 | 0 | 11100011 | 1100100 | 111001 |
Color Harmonies of #2555FF
Complementary color
Monochromatic Colors of #2555FF
Black with #2555FF
Text Example
Text Example
White with #2555FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2555FF; }
p { color: rgb(37,85,255); }
H1.HeaderClassName
{
color: #2555FF;
}
.AnyTagClassName
{
color: #2555FF;
}
</style>
background-color css
<style>
a { background-color: #2555FF; }
a { background-color: rgb(37,85,255); }
div.DivClassName
{
background-color: #2555FF;
}
.BgClassName
{
background-color: #2555FF;
}
</style>
border-color css
<style>
span { border-color: #2555FF; }
span { border-color: rgb(37,85,255); }
td.TdClassName
{
border-color: #2555FF;
}
.TagClassName
{
border-color: #2555FF;
}
</style>