Shades of Neon Blue #555DF0
Tints of Neon Blue #555DF0
RGB
CMYK
RGB Variations
Color information
#555DF0 (or 0x555DF0) is known color: Neon Blue. HEX triplet: 55, 5D and F0. RGB value is (85,93,240). Sum of RGB (Red+Green+Blue) = 85+93+240=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #555DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DF0 is #AAA20F. Grayscale: #6A6A6A. Windows color (decimal): -11182608 or 15752533. OLE color: 15752533.
HSL color Cylindrical-coordinate representation of color #555DF0: hue angle of 236.9º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #555DF0 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 93 | 240 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.06 |
| HSL | 236.9º | 0.84% | 0.64% | - |
| HSV(B) | 236.9º | 0.65% | 0.94% | - |
| XYZ | 23.39 | 16.05 | 84.3 | - |
| YUV | 107.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 240 | 0.65 | 0.61 | 0 | 0.06 | 236.9 | 0.84 | 0.64 |
| Hex | 55 | 5D | F0 | 41 | 3D | 0 | 6 | ED | 54 | 40 |
| Octal | 125 | 135 | 360 | 101 | 75 | 0 | 6 | 355 | 124 | 100 |
| Binary | 1010101 | 1011101 | 11110000 | 1000001 | 111101 | 0 | 110 | 11101101 | 1010100 | 1000000 |
Color Harmonies of #555DF0
Complementary color
Monochromatic Colors of #555DF0
Black with #555DF0
Text Example
Text Example
White with #555DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DF0; }
p { color: rgb(85,93,240); }
H1.HeaderClassName
{
color: #555DF0;
}
.AnyTagClassName
{
color: #555DF0;
}
</style>
background-color css
<style>
a { background-color: #555DF0; }
a { background-color: rgb(85,93,240); }
div.DivClassName
{
background-color: #555DF0;
}
.BgClassName
{
background-color: #555DF0;
}
</style>
border-color css
<style>
span { border-color: #555DF0; }
span { border-color: rgb(85,93,240); }
td.TdClassName
{
border-color: #555DF0;
}
.TagClassName
{
border-color: #555DF0;
}
</style>