Shades of Neon Blue #554DF6
Tints of Neon Blue #554DF6
RGB
CMYK
RGB Variations
Color information
#554DF6 (or 0x554DF6) is known color: Neon Blue. HEX triplet: 55, 4D and F6. RGB value is (85,77,246). Sum of RGB (Red+Green+Blue) = 85+77+246=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 246 (96.48% from 255 or 60.29% from 408); Max value from RGB is 246 - color contains mainly: blue. Hex color #554DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554DF6 is #AAB209. Grayscale: #616161. Windows color (decimal): -11186698 or 16141653. OLE color: 16141653.
HSL color Cylindrical-coordinate representation of color #554DF6: hue angle of 242.84º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #554DF6 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 77 | 246 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.04 |
| HSL | 242.84º | 0.9% | 0.63% | - |
| HSV(B) | 242.84º | 0.69% | 0.96% | - |
| XYZ | 23.03 | 13.89 | 88.66 | - |
| YUV | 98.66 | 211.15 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 246 | 0.65 | 0.69 | 0 | 0.04 | 242.84 | 0.9 | 0.63 |
| Hex | 55 | 4D | F6 | 41 | 45 | 0 | 4 | F3 | 5A | 3F |
| Octal | 125 | 115 | 366 | 101 | 105 | 0 | 4 | 363 | 132 | 77 |
| Binary | 1010101 | 1001101 | 11110110 | 1000001 | 1000101 | 0 | 100 | 11110011 | 1011010 | 111111 |
Color Harmonies of #554DF6
Complementary color
Monochromatic Colors of #554DF6
Black with #554DF6
Text Example
Text Example
White with #554DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DF6; }
p { color: rgb(85,77,246); }
H1.HeaderClassName
{
color: #554DF6;
}
.AnyTagClassName
{
color: #554DF6;
}
</style>
background-color css
<style>
a { background-color: #554DF6; }
a { background-color: rgb(85,77,246); }
div.DivClassName
{
background-color: #554DF6;
}
.BgClassName
{
background-color: #554DF6;
}
</style>
border-color css
<style>
span { border-color: #554DF6; }
span { border-color: rgb(85,77,246); }
td.TdClassName
{
border-color: #554DF6;
}
.TagClassName
{
border-color: #554DF6;
}
</style>