Shades of Neon Blue #5553FD
Tints of Neon Blue #5553FD
RGB
CMYK
RGB Variations
Color information
#5553FD (or 0x5553FD) is known color: Neon Blue. HEX triplet: 55, 53 and FD. RGB value is (85,83,253). Sum of RGB (Red+Green+Blue) = 85+83+253=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #5553FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5553FD is #AAAC02. Grayscale: #666666. Windows color (decimal): -11185155 or 16601941. OLE color: 16601941.
HSL color Cylindrical-coordinate representation of color #5553FD: hue angle of 240.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5553FD is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 83 | 253 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.01 |
| HSL | 240.71º | 0.98% | 0.66% | - |
| HSV(B) | 240.71º | 0.67% | 0.99% | - |
| XYZ | 24.57 | 15.21 | 94.57 | - |
| YUV | 102.98 | 212.66 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 253 | 0.66 | 0.67 | 0 | 0.01 | 240.71 | 0.98 | 0.66 |
| Hex | 55 | 53 | FD | 42 | 43 | 0 | 1 | F1 | 62 | 42 |
| Octal | 125 | 123 | 375 | 102 | 103 | 0 | 1 | 361 | 142 | 102 |
| Binary | 1010101 | 1010011 | 11111101 | 1000010 | 1000011 | 0 | 1 | 11110001 | 1100010 | 1000010 |
Color Harmonies of #5553FD
Complementary color
Monochromatic Colors of #5553FD
Black with #5553FD
Text Example
Text Example
White with #5553FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5553FD; }
p { color: rgb(85,83,253); }
H1.HeaderClassName
{
color: #5553FD;
}
.AnyTagClassName
{
color: #5553FD;
}
</style>
background-color css
<style>
a { background-color: #5553FD; }
a { background-color: rgb(85,83,253); }
div.DivClassName
{
background-color: #5553FD;
}
.BgClassName
{
background-color: #5553FD;
}
</style>
border-color css
<style>
span { border-color: #5553FD; }
span { border-color: rgb(85,83,253); }
td.TdClassName
{
border-color: #5553FD;
}
.TagClassName
{
border-color: #5553FD;
}
</style>