Shades of Neon Blue #5547FD
Tints of Neon Blue #5547FD
RGB
CMYK
RGB Variations
Color information
#5547FD (or 0x5547FD) is known color: Neon Blue. HEX triplet: 55, 47 and FD. RGB value is (85,71,253). Sum of RGB (Red+Green+Blue) = 85+71+253=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #5547FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5547FD is #AAB802. Grayscale: #5F5F5F. Windows color (decimal): -11188227 or 16598869. OLE color: 16598869.
HSL color Cylindrical-coordinate representation of color #5547FD: hue angle of 244.62º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5547FD is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 71 | 253 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.01 |
| HSL | 244.62º | 0.98% | 0.64% | - |
| HSV(B) | 244.62º | 0.72% | 0.99% | - |
| XYZ | 23.73 | 13.53 | 94.29 | - |
| YUV | 95.93 | 216.64 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 253 | 0.66 | 0.72 | 0 | 0.01 | 244.62 | 0.98 | 0.64 |
| Hex | 55 | 47 | FD | 42 | 48 | 0 | 1 | F5 | 62 | 40 |
| Octal | 125 | 107 | 375 | 102 | 110 | 0 | 1 | 365 | 142 | 100 |
| Binary | 1010101 | 1000111 | 11111101 | 1000010 | 1001000 | 0 | 1 | 11110101 | 1100010 | 1000000 |
Color Harmonies of #5547FD
Complementary color
Monochromatic Colors of #5547FD
Black with #5547FD
Text Example
Text Example
White with #5547FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547FD; }
p { color: rgb(85,71,253); }
H1.HeaderClassName
{
color: #5547FD;
}
.AnyTagClassName
{
color: #5547FD;
}
</style>
background-color css
<style>
a { background-color: #5547FD; }
a { background-color: rgb(85,71,253); }
div.DivClassName
{
background-color: #5547FD;
}
.BgClassName
{
background-color: #5547FD;
}
</style>
border-color css
<style>
span { border-color: #5547FD; }
span { border-color: rgb(85,71,253); }
td.TdClassName
{
border-color: #5547FD;
}
.TagClassName
{
border-color: #5547FD;
}
</style>