Shades of Neon Blue #5550FE
Tints of Neon Blue #5550FE
RGB
CMYK
RGB Variations
Color information
#5550FE (or 0x5550FE) is known color: Neon Blue. HEX triplet: 55, 50 and FE. RGB value is (85,80,254). Sum of RGB (Red+Green+Blue) = 85+80+254=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #5550FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5550FE is #AAAF01. Grayscale: #646464. Windows color (decimal): -11185922 or 16666709. OLE color: 16666709.
HSL color Cylindrical-coordinate representation of color #5550FE: hue angle of 241.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5550FE is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 80 | 254 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.00 |
| HSL | 241.72º | 0.99% | 0.65% | - |
| HSV(B) | 241.72º | 0.69% | 1% | - |
| XYZ | 24.5 | 14.82 | 95.34 | - |
| YUV | 101.33 | 214.16 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 254 | 0.67 | 0.69 | 0 | 0.00 | 241.72 | 0.99 | 0.65 |
| Hex | 55 | 50 | FE | 43 | 45 | 0 | 0 | F2 | 63 | 41 |
| Octal | 125 | 120 | 376 | 103 | 105 | 0 | 0 | 362 | 143 | 101 |
| Binary | 1010101 | 1010000 | 11111110 | 1000011 | 1000101 | 0 | 0 | 11110010 | 1100011 | 1000001 |
Color Harmonies of #5550FE
Complementary color
Monochromatic Colors of #5550FE
Black with #5550FE
Text Example
Text Example
White with #5550FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550FE; }
p { color: rgb(85,80,254); }
H1.HeaderClassName
{
color: #5550FE;
}
.AnyTagClassName
{
color: #5550FE;
}
</style>
background-color css
<style>
a { background-color: #5550FE; }
a { background-color: rgb(85,80,254); }
div.DivClassName
{
background-color: #5550FE;
}
.BgClassName
{
background-color: #5550FE;
}
</style>
border-color css
<style>
span { border-color: #5550FE; }
span { border-color: rgb(85,80,254); }
td.TdClassName
{
border-color: #5550FE;
}
.TagClassName
{
border-color: #5550FE;
}
</style>