Shades of Neon Blue #5550FC
Tints of Neon Blue #5550FC
RGB
CMYK
RGB Variations
Color information
#5550FC (or 0x5550FC) is known color: Neon Blue. HEX triplet: 55, 50 and FC. RGB value is (85,80,252). Sum of RGB (Red+Green+Blue) = 85+80+252=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #5550FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5550FC is #AAAF03. Grayscale: #646464. Windows color (decimal): -11185924 or 16535637. OLE color: 16535637.
HSL color Cylindrical-coordinate representation of color #5550FC: hue angle of 241.74º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5550FC is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 80 | 252 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.01 |
| HSL | 241.74º | 0.97% | 0.65% | - |
| HSV(B) | 241.74º | 0.68% | 0.99% | - |
| XYZ | 24.19 | 14.7 | 93.66 | - |
| YUV | 101.1 | 213.16 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 252 | 0.66 | 0.68 | 0 | 0.01 | 241.74 | 0.97 | 0.65 |
| Hex | 55 | 50 | FC | 42 | 44 | 0 | 1 | F2 | 61 | 41 |
| Octal | 125 | 120 | 374 | 102 | 104 | 0 | 1 | 362 | 141 | 101 |
| Binary | 1010101 | 1010000 | 11111100 | 1000010 | 1000100 | 0 | 1 | 11110010 | 1100001 | 1000001 |
Color Harmonies of #5550FC
Complementary color
Monochromatic Colors of #5550FC
Black with #5550FC
Text Example
Text Example
White with #5550FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550FC; }
p { color: rgb(85,80,252); }
H1.HeaderClassName
{
color: #5550FC;
}
.AnyTagClassName
{
color: #5550FC;
}
</style>
background-color css
<style>
a { background-color: #5550FC; }
a { background-color: rgb(85,80,252); }
div.DivClassName
{
background-color: #5550FC;
}
.BgClassName
{
background-color: #5550FC;
}
</style>
border-color css
<style>
span { border-color: #5550FC; }
span { border-color: rgb(85,80,252); }
td.TdClassName
{
border-color: #5550FC;
}
.TagClassName
{
border-color: #5550FC;
}
</style>