Shades of Neon Blue #555CFC
Tints of Neon Blue #555CFC
RGB
CMYK
RGB Variations
Color information
#555CFC (or 0x555CFC) is known color: Neon Blue. HEX triplet: 55, 5C and FC. RGB value is (85,92,252). Sum of RGB (Red+Green+Blue) = 85+92+252=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #555CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CFC is #AAA303. Grayscale: #6B6B6B. Windows color (decimal): -11182852 or 16538709. OLE color: 16538709.
HSL color Cylindrical-coordinate representation of color #555CFC: hue angle of 237.49º 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 #555CFC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 92 | 252 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.01 |
| HSL | 237.49º | 0.97% | 0.66% | - |
| HSV(B) | 237.49º | 0.66% | 0.99% | - |
| XYZ | 25.14 | 16.61 | 93.98 | - |
| YUV | 108.15 | 209.18 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 252 | 0.66 | 0.63 | 0 | 0.01 | 237.49 | 0.97 | 0.66 |
| Hex | 55 | 5C | FC | 42 | 3F | 0 | 1 | ED | 61 | 42 |
| Octal | 125 | 134 | 374 | 102 | 77 | 0 | 1 | 355 | 141 | 102 |
| Binary | 1010101 | 1011100 | 11111100 | 1000010 | 111111 | 0 | 1 | 11101101 | 1100001 | 1000010 |
Color Harmonies of #555CFC
Complementary color
Monochromatic Colors of #555CFC
Black with #555CFC
Text Example
Text Example
White with #555CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CFC; }
p { color: rgb(85,92,252); }
H1.HeaderClassName
{
color: #555CFC;
}
.AnyTagClassName
{
color: #555CFC;
}
</style>
background-color css
<style>
a { background-color: #555CFC; }
a { background-color: rgb(85,92,252); }
div.DivClassName
{
background-color: #555CFC;
}
.BgClassName
{
background-color: #555CFC;
}
</style>
border-color css
<style>
span { border-color: #555CFC; }
span { border-color: rgb(85,92,252); }
td.TdClassName
{
border-color: #555CFC;
}
.TagClassName
{
border-color: #555CFC;
}
</style>