Shades of Neon Blue #555AFC
Tints of Neon Blue #555AFC
RGB
CMYK
RGB Variations
Color information
#555AFC (or 0x555AFC) is known color: Neon Blue. HEX triplet: 55, 5A and FC. RGB value is (85,90,252). Sum of RGB (Red+Green+Blue) = 85+90+252=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #555AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AFC is #AAA503. Grayscale: #6A6A6A. Windows color (decimal): -11183364 or 16538197. OLE color: 16538197.
HSL color Cylindrical-coordinate representation of color #555AFC: hue angle of 238.2º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #555AFC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 90 | 252 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.01 |
| HSL | 238.2º | 0.97% | 0.66% | - |
| HSV(B) | 238.2º | 0.66% | 0.99% | - |
| XYZ | 24.97 | 16.27 | 93.92 | - |
| YUV | 106.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 252 | 0.66 | 0.64 | 0 | 0.01 | 238.2 | 0.97 | 0.66 |
| Hex | 55 | 5A | FC | 42 | 40 | 0 | 1 | EE | 61 | 42 |
| Octal | 125 | 132 | 374 | 102 | 100 | 0 | 1 | 356 | 141 | 102 |
| Binary | 1010101 | 1011010 | 11111100 | 1000010 | 1000000 | 0 | 1 | 11101110 | 1100001 | 1000010 |
Color Harmonies of #555AFC
Complementary color
Monochromatic Colors of #555AFC
Black with #555AFC
Text Example
Text Example
White with #555AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555AFC; }
p { color: rgb(85,90,252); }
H1.HeaderClassName
{
color: #555AFC;
}
.AnyTagClassName
{
color: #555AFC;
}
</style>
background-color css
<style>
a { background-color: #555AFC; }
a { background-color: rgb(85,90,252); }
div.DivClassName
{
background-color: #555AFC;
}
.BgClassName
{
background-color: #555AFC;
}
</style>
border-color css
<style>
span { border-color: #555AFC; }
span { border-color: rgb(85,90,252); }
td.TdClassName
{
border-color: #555AFC;
}
.TagClassName
{
border-color: #555AFC;
}
</style>