Shades of Neon Blue #554CEF
Tints of Neon Blue #554CEF
RGB
CMYK
RGB Variations
Color information
#554CEF (or 0x554CEF) is known color: Neon Blue. HEX triplet: 55, 4C and EF. RGB value is (85,76,239). Sum of RGB (Red+Green+Blue) = 85+76+239=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #554CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554CEF is #AAB310. Grayscale: #606060. Windows color (decimal): -11186961 or 15682645. OLE color: 15682645.
HSL color Cylindrical-coordinate representation of color #554CEF: hue angle of 243.31º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #554CEF is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 76 | 239 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.06 |
| HSL | 243.31º | 0.84% | 0.62% | - |
| HSV(B) | 243.31º | 0.68% | 0.94% | - |
| XYZ | 21.91 | 13.33 | 83.08 | - |
| YUV | 97.27 | 207.98 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 239 | 0.64 | 0.68 | 0 | 0.06 | 243.31 | 0.84 | 0.62 |
| Hex | 55 | 4C | EF | 40 | 44 | 0 | 6 | F3 | 54 | 3E |
| Octal | 125 | 114 | 357 | 100 | 104 | 0 | 6 | 363 | 124 | 76 |
| Binary | 1010101 | 1001100 | 11101111 | 1000000 | 1000100 | 0 | 110 | 11110011 | 1010100 | 111110 |
Color Harmonies of #554CEF
Complementary color
Monochromatic Colors of #554CEF
Black with #554CEF
Text Example
Text Example
White with #554CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CEF; }
p { color: rgb(85,76,239); }
H1.HeaderClassName
{
color: #554CEF;
}
.AnyTagClassName
{
color: #554CEF;
}
</style>
background-color css
<style>
a { background-color: #554CEF; }
a { background-color: rgb(85,76,239); }
div.DivClassName
{
background-color: #554CEF;
}
.BgClassName
{
background-color: #554CEF;
}
</style>
border-color css
<style>
span { border-color: #554CEF; }
span { border-color: rgb(85,76,239); }
td.TdClassName
{
border-color: #554CEF;
}
.TagClassName
{
border-color: #554CEF;
}
</style>