Shades of Neon Blue #553DFF
Tints of Neon Blue #553DFF
RGB
CMYK
RGB Variations
Color information
#553DFF (or 0x553DFF) is known color: Neon Blue. HEX triplet: 55, 3D and FF. RGB value is (85,61,255). Sum of RGB (Red+Green+Blue) = 85+61+255=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #553DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553DFF is #AAC200. Grayscale: #595959. Windows color (decimal): -11190785 or 16727381. OLE color: 16727381.
HSL color Cylindrical-coordinate representation of color #553DFF: hue angle of 247.42º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #553DFF is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 61 | 255 | - |
| CMYK | 0.67 | 0.76 | 0 | 0 |
| HSL | 247.42º | 1% | 0.62% | - |
| HSV(B) | 247.42º | 0.76% | 1% | - |
| XYZ | 23.47 | 12.49 | 95.78 | - |
| YUV | 90.29 | 220.95 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 255 | 0.67 | 0.76 | 0 | 0 | 247.42 | 1 | 0.62 |
| Hex | 55 | 3D | FF | 43 | 4C | 0 | 0 | F7 | 64 | 3E |
| Octal | 125 | 75 | 377 | 103 | 114 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010101 | 111101 | 11111111 | 1000011 | 1001100 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #553DFF
Complementary color
Monochromatic Colors of #553DFF
Black with #553DFF
Text Example
Text Example
White with #553DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DFF; }
p { color: rgb(85,61,255); }
H1.HeaderClassName
{
color: #553DFF;
}
.AnyTagClassName
{
color: #553DFF;
}
</style>
background-color css
<style>
a { background-color: #553DFF; }
a { background-color: rgb(85,61,255); }
div.DivClassName
{
background-color: #553DFF;
}
.BgClassName
{
background-color: #553DFF;
}
</style>
border-color css
<style>
span { border-color: #553DFF; }
span { border-color: rgb(85,61,255); }
td.TdClassName
{
border-color: #553DFF;
}
.TagClassName
{
border-color: #553DFF;
}
</style>