Shades of Neon Blue #5561F2
Tints of Neon Blue #5561F2
RGB
CMYK
RGB Variations
Color information
#5561F2 (or 0x5561F2) is known color: Neon Blue. HEX triplet: 55, 61 and F2. RGB value is (85,97,242). Sum of RGB (Red+Green+Blue) = 85+97+242=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 242 (94.92% from 255 or 57.08% from 424); Max value from RGB is 242 - color contains mainly: blue. Hex color #5561F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5561F2 is #AA9E0D. Grayscale: #6D6D6D. Windows color (decimal): -11181582 or 15884629. OLE color: 15884629.
HSL color Cylindrical-coordinate representation of color #5561F2: hue angle of 235.41º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5561F2 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 97 | 242 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.05 |
| HSL | 235.41º | 0.86% | 0.64% | - |
| HSV(B) | 235.41º | 0.65% | 0.95% | - |
| XYZ | 24.05 | 16.89 | 86 | - |
| YUV | 109.94 | 202.52 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 242 | 0.65 | 0.60 | 0 | 0.05 | 235.41 | 0.86 | 0.64 |
| Hex | 55 | 61 | F2 | 41 | 3C | 0 | 5 | EB | 56 | 40 |
| Octal | 125 | 141 | 362 | 101 | 74 | 0 | 5 | 353 | 126 | 100 |
| Binary | 1010101 | 1100001 | 11110010 | 1000001 | 111100 | 0 | 101 | 11101011 | 1010110 | 1000000 |
Color Harmonies of #5561F2
Complementary color
Monochromatic Colors of #5561F2
Black with #5561F2
Text Example
Text Example
White with #5561F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561F2; }
p { color: rgb(85,97,242); }
H1.HeaderClassName
{
color: #5561F2;
}
.AnyTagClassName
{
color: #5561F2;
}
</style>
background-color css
<style>
a { background-color: #5561F2; }
a { background-color: rgb(85,97,242); }
div.DivClassName
{
background-color: #5561F2;
}
.BgClassName
{
background-color: #5561F2;
}
</style>
border-color css
<style>
span { border-color: #5561F2; }
span { border-color: rgb(85,97,242); }
td.TdClassName
{
border-color: #5561F2;
}
.TagClassName
{
border-color: #5561F2;
}
</style>