Shades of Neon Blue #554CFE
Tints of Neon Blue #554CFE
RGB
CMYK
RGB Variations
Color information
#554CFE (or 0x554CFE) is known color: Neon Blue. HEX triplet: 55, 4C and FE. RGB value is (85,76,254). Sum of RGB (Red+Green+Blue) = 85+76+254=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #554CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554CFE is #AAB301. Grayscale: #626262. Windows color (decimal): -11186946 or 16665685. OLE color: 16665685.
HSL color Cylindrical-coordinate representation of color #554CFE: hue angle of 243.03º 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 #554CFE is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 76 | 254 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.00 |
| HSL | 243.03º | 0.99% | 0.65% | - |
| HSV(B) | 243.03º | 0.7% | 1% | - |
| XYZ | 24.22 | 14.26 | 95.24 | - |
| YUV | 98.98 | 215.48 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 254 | 0.67 | 0.70 | 0 | 0.00 | 243.03 | 0.99 | 0.65 |
| Hex | 55 | 4C | FE | 43 | 46 | 0 | 0 | F3 | 63 | 41 |
| Octal | 125 | 114 | 376 | 103 | 106 | 0 | 0 | 363 | 143 | 101 |
| Binary | 1010101 | 1001100 | 11111110 | 1000011 | 1000110 | 0 | 0 | 11110011 | 1100011 | 1000001 |
Color Harmonies of #554CFE
Complementary color
Monochromatic Colors of #554CFE
Black with #554CFE
Text Example
Text Example
White with #554CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CFE; }
p { color: rgb(85,76,254); }
H1.HeaderClassName
{
color: #554CFE;
}
.AnyTagClassName
{
color: #554CFE;
}
</style>
background-color css
<style>
a { background-color: #554CFE; }
a { background-color: rgb(85,76,254); }
div.DivClassName
{
background-color: #554CFE;
}
.BgClassName
{
background-color: #554CFE;
}
</style>
border-color css
<style>
span { border-color: #554CFE; }
span { border-color: rgb(85,76,254); }
td.TdClassName
{
border-color: #554CFE;
}
.TagClassName
{
border-color: #554CFE;
}
</style>