Shades of Neon Blue #555AFF
Tints of Neon Blue #555AFF
RGB
CMYK
RGB Variations
Color information
#555AFF (or 0x555AFF) is known color: Neon Blue. HEX triplet: 55, 5A and FF. RGB value is (85,90,255). Sum of RGB (Red+Green+Blue) = 85+90+255=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #555AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AFF is #AAA500. Grayscale: #6A6A6A. Windows color (decimal): -11183361 or 16734805. OLE color: 16734805.
HSL color Cylindrical-coordinate representation of color #555AFF: hue angle of 238.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555AFF is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 90 | 255 | - |
| CMYK | 0.67 | 0.65 | 0 | 0 |
| HSL | 238.24º | 1% | 0.67% | - |
| HSV(B) | 238.24º | 0.67% | 1% | - |
| XYZ | 25.45 | 16.46 | 96.44 | - |
| YUV | 107.32 | 211.34 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 255 | 0.67 | 0.65 | 0 | 0 | 238.24 | 1 | 0.67 |
| Hex | 55 | 5A | FF | 43 | 41 | 0 | 0 | EE | 64 | 43 |
| Octal | 125 | 132 | 377 | 103 | 101 | 0 | 0 | 356 | 144 | 103 |
| Binary | 1010101 | 1011010 | 11111111 | 1000011 | 1000001 | 0 | 0 | 11101110 | 1100100 | 1000011 |
Color Harmonies of #555AFF
Complementary color
Monochromatic Colors of #555AFF
Black with #555AFF
Text Example
Text Example
White with #555AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555AFF; }
p { color: rgb(85,90,255); }
H1.HeaderClassName
{
color: #555AFF;
}
.AnyTagClassName
{
color: #555AFF;
}
</style>
background-color css
<style>
a { background-color: #555AFF; }
a { background-color: rgb(85,90,255); }
div.DivClassName
{
background-color: #555AFF;
}
.BgClassName
{
background-color: #555AFF;
}
</style>
border-color css
<style>
span { border-color: #555AFF; }
span { border-color: rgb(85,90,255); }
td.TdClassName
{
border-color: #555AFF;
}
.TagClassName
{
border-color: #555AFF;
}
</style>