Shades of Neon Blue #5545FA
Tints of Neon Blue #5545FA
RGB
CMYK
RGB Variations
Color information
#5545FA (or 0x5545FA) is known color: Neon Blue. HEX triplet: 55, 45 and FA. RGB value is (85,69,250). Sum of RGB (Red+Green+Blue) = 85+69+250=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #5545FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5545FA is #AABA05. Grayscale: #5D5D5D. Windows color (decimal): -11188742 or 16401749. OLE color: 16401749.
HSL color Cylindrical-coordinate representation of color #5545FA: hue angle of 245.3º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5545FA is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 69 | 250 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.02 |
| HSL | 245.3º | 0.95% | 0.63% | - |
| HSV(B) | 245.3º | 0.72% | 0.98% | - |
| XYZ | 23.13 | 13.09 | 91.75 | - |
| YUV | 94.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 250 | 0.66 | 0.72 | 0 | 0.02 | 245.3 | 0.95 | 0.63 |
| Hex | 55 | 45 | FA | 42 | 48 | 0 | 2 | F5 | 5F | 3F |
| Octal | 125 | 105 | 372 | 102 | 110 | 0 | 2 | 365 | 137 | 77 |
| Binary | 1010101 | 1000101 | 11111010 | 1000010 | 1001000 | 0 | 10 | 11110101 | 1011111 | 111111 |
Color Harmonies of #5545FA
Complementary color
Monochromatic Colors of #5545FA
Black with #5545FA
Text Example
Text Example
White with #5545FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5545FA; }
p { color: rgb(85,69,250); }
H1.HeaderClassName
{
color: #5545FA;
}
.AnyTagClassName
{
color: #5545FA;
}
</style>
background-color css
<style>
a { background-color: #5545FA; }
a { background-color: rgb(85,69,250); }
div.DivClassName
{
background-color: #5545FA;
}
.BgClassName
{
background-color: #5545FA;
}
</style>
border-color css
<style>
span { border-color: #5545FA; }
span { border-color: rgb(85,69,250); }
td.TdClassName
{
border-color: #5545FA;
}
.TagClassName
{
border-color: #5545FA;
}
</style>