Shades of Neon Blue #554CEB
Tints of Neon Blue #554CEB
RGB
CMYK
RGB Variations
Color information
#554CEB (or 0x554CEB) is known color: Neon Blue. HEX triplet: 55, 4C and EB. RGB value is (85,76,235). Sum of RGB (Red+Green+Blue) = 85+76+235=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #554CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554CEB is #AAB314. Grayscale: #606060. Windows color (decimal): -11186965 or 15420501. OLE color: 15420501.
HSL color Cylindrical-coordinate representation of color #554CEB: hue angle of 243.4º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #554CEB is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 76 | 235 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.08 |
| HSL | 243.4º | 0.8% | 0.61% | - |
| HSV(B) | 243.4º | 0.68% | 0.92% | - |
| XYZ | 21.33 | 13.1 | 80 | - |
| YUV | 96.82 | 205.98 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 235 | 0.64 | 0.68 | 0 | 0.08 | 243.4 | 0.8 | 0.61 |
| Hex | 55 | 4C | EB | 40 | 44 | 0 | 8 | F3 | 50 | 3D |
| Octal | 125 | 114 | 353 | 100 | 104 | 0 | 10 | 363 | 120 | 75 |
| Binary | 1010101 | 1001100 | 11101011 | 1000000 | 1000100 | 0 | 1000 | 11110011 | 1010000 | 111101 |
Color Harmonies of #554CEB
Complementary color
Monochromatic Colors of #554CEB
Black with #554CEB
Text Example
Text Example
White with #554CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CEB; }
p { color: rgb(85,76,235); }
H1.HeaderClassName
{
color: #554CEB;
}
.AnyTagClassName
{
color: #554CEB;
}
</style>
background-color css
<style>
a { background-color: #554CEB; }
a { background-color: rgb(85,76,235); }
div.DivClassName
{
background-color: #554CEB;
}
.BgClassName
{
background-color: #554CEB;
}
</style>
border-color css
<style>
span { border-color: #554CEB; }
span { border-color: rgb(85,76,235); }
td.TdClassName
{
border-color: #554CEB;
}
.TagClassName
{
border-color: #554CEB;
}
</style>