Shades of Neon Blue #5550F6
Tints of Neon Blue #5550F6
RGB
CMYK
RGB Variations
Color information
#5550F6 (or 0x5550F6) is known color: Neon Blue. HEX triplet: 55, 50 and F6. RGB value is (85,80,246). Sum of RGB (Red+Green+Blue) = 85+80+246=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #5550F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5550F6 is #AAAF09. Grayscale: #636363. Windows color (decimal): -11185930 or 16142421. OLE color: 16142421.
HSL color Cylindrical-coordinate representation of color #5550F6: hue angle of 241.81º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5550F6 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 80 | 246 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.04 |
| HSL | 241.81º | 0.9% | 0.64% | - |
| HSV(B) | 241.81º | 0.67% | 0.96% | - |
| XYZ | 23.25 | 14.32 | 88.73 | - |
| YUV | 100.42 | 210.16 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 246 | 0.65 | 0.67 | 0 | 0.04 | 241.81 | 0.9 | 0.64 |
| Hex | 55 | 50 | F6 | 41 | 43 | 0 | 4 | F2 | 5A | 40 |
| Octal | 125 | 120 | 366 | 101 | 103 | 0 | 4 | 362 | 132 | 100 |
| Binary | 1010101 | 1010000 | 11110110 | 1000001 | 1000011 | 0 | 100 | 11110010 | 1011010 | 1000000 |
Color Harmonies of #5550F6
Complementary color
Monochromatic Colors of #5550F6
Black with #5550F6
Text Example
Text Example
White with #5550F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550F6; }
p { color: rgb(85,80,246); }
H1.HeaderClassName
{
color: #5550F6;
}
.AnyTagClassName
{
color: #5550F6;
}
</style>
background-color css
<style>
a { background-color: #5550F6; }
a { background-color: rgb(85,80,246); }
div.DivClassName
{
background-color: #5550F6;
}
.BgClassName
{
background-color: #5550F6;
}
</style>
border-color css
<style>
span { border-color: #5550F6; }
span { border-color: rgb(85,80,246); }
td.TdClassName
{
border-color: #5550F6;
}
.TagClassName
{
border-color: #5550F6;
}
</style>