Shades of Neon Blue #554DFE
Tints of Neon Blue #554DFE
RGB
CMYK
RGB Variations
Color information
#554DFE (or 0x554DFE) is known color: Neon Blue. HEX triplet: 55, 4D and FE. RGB value is (85,77,254). Sum of RGB (Red+Green+Blue) = 85+77+254=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #554DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554DFE is #AAB201. Grayscale: #626262. Windows color (decimal): -11186690 or 16665941. OLE color: 16665941.
HSL color Cylindrical-coordinate representation of color #554DFE: hue angle of 242.71º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #554DFE is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 77 | 254 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.00 |
| HSL | 242.71º | 0.99% | 0.65% | - |
| HSV(B) | 242.71º | 0.7% | 1% | - |
| XYZ | 24.29 | 14.39 | 95.26 | - |
| YUV | 99.57 | 215.15 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 254 | 0.67 | 0.70 | 0 | 0.00 | 242.71 | 0.99 | 0.65 |
| Hex | 55 | 4D | FE | 43 | 46 | 0 | 0 | F3 | 63 | 41 |
| Octal | 125 | 115 | 376 | 103 | 106 | 0 | 0 | 363 | 143 | 101 |
| Binary | 1010101 | 1001101 | 11111110 | 1000011 | 1000110 | 0 | 0 | 11110011 | 1100011 | 1000001 |
Color Harmonies of #554DFE
Complementary color
Monochromatic Colors of #554DFE
Black with #554DFE
Text Example
Text Example
White with #554DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DFE; }
p { color: rgb(85,77,254); }
H1.HeaderClassName
{
color: #554DFE;
}
.AnyTagClassName
{
color: #554DFE;
}
</style>
background-color css
<style>
a { background-color: #554DFE; }
a { background-color: rgb(85,77,254); }
div.DivClassName
{
background-color: #554DFE;
}
.BgClassName
{
background-color: #554DFE;
}
</style>
border-color css
<style>
span { border-color: #554DFE; }
span { border-color: rgb(85,77,254); }
td.TdClassName
{
border-color: #554DFE;
}
.TagClassName
{
border-color: #554DFE;
}
</style>