Shades of Neon Blue #555CFF
Tints of Neon Blue #555CFF
RGB
CMYK
RGB Variations
Color information
#555CFF (or 0x555CFF) is known color: Neon Blue. HEX triplet: 55, 5C and FF. RGB value is (85,92,255). Sum of RGB (Red+Green+Blue) = 85+92+255=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #555CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CFF is #AAA300. Grayscale: #6B6B6B. Windows color (decimal): -11182849 or 16735317. OLE color: 16735317.
HSL color Cylindrical-coordinate representation of color #555CFF: hue angle of 237.53º 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 #555CFF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 92 | 255 | - |
| CMYK | 0.67 | 0.64 | 0 | 0 |
| HSL | 237.53º | 1% | 0.67% | - |
| HSV(B) | 237.53º | 0.67% | 1% | - |
| XYZ | 25.62 | 16.81 | 96.5 | - |
| YUV | 108.49 | 210.68 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 255 | 0.67 | 0.64 | 0 | 0 | 237.53 | 1 | 0.67 |
| Hex | 55 | 5C | FF | 43 | 40 | 0 | 0 | EE | 64 | 43 |
| Octal | 125 | 134 | 377 | 103 | 100 | 0 | 0 | 356 | 144 | 103 |
| Binary | 1010101 | 1011100 | 11111111 | 1000011 | 1000000 | 0 | 0 | 11101110 | 1100100 | 1000011 |
Color Harmonies of #555CFF
Complementary color
Monochromatic Colors of #555CFF
Black with #555CFF
Text Example
Text Example
White with #555CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CFF; }
p { color: rgb(85,92,255); }
H1.HeaderClassName
{
color: #555CFF;
}
.AnyTagClassName
{
color: #555CFF;
}
</style>
background-color css
<style>
a { background-color: #555CFF; }
a { background-color: rgb(85,92,255); }
div.DivClassName
{
background-color: #555CFF;
}
.BgClassName
{
background-color: #555CFF;
}
</style>
border-color css
<style>
span { border-color: #555CFF; }
span { border-color: rgb(85,92,255); }
td.TdClassName
{
border-color: #555CFF;
}
.TagClassName
{
border-color: #555CFF;
}
</style>