Shades of Neon Blue #554CFC
Tints of Neon Blue #554CFC
RGB
CMYK
RGB Variations
Color information
#554CFC (or 0x554CFC) is known color: Neon Blue. HEX triplet: 55, 4C and FC. RGB value is (85,76,252). Sum of RGB (Red+Green+Blue) = 85+76+252=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #554CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554CFC is #AAB303. Grayscale: #626262. Windows color (decimal): -11186948 or 16534613. OLE color: 16534613.
HSL color Cylindrical-coordinate representation of color #554CFC: hue angle of 243.07º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #554CFC is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 76 | 252 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.01 |
| HSL | 243.07º | 0.97% | 0.64% | - |
| HSV(B) | 243.07º | 0.7% | 0.99% | - |
| XYZ | 23.9 | 14.13 | 93.56 | - |
| YUV | 98.76 | 214.48 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 252 | 0.66 | 0.70 | 0 | 0.01 | 243.07 | 0.97 | 0.64 |
| Hex | 55 | 4C | FC | 42 | 46 | 0 | 1 | F3 | 61 | 40 |
| Octal | 125 | 114 | 374 | 102 | 106 | 0 | 1 | 363 | 141 | 100 |
| Binary | 1010101 | 1001100 | 11111100 | 1000010 | 1000110 | 0 | 1 | 11110011 | 1100001 | 1000000 |
Color Harmonies of #554CFC
Complementary color
Monochromatic Colors of #554CFC
Black with #554CFC
Text Example
Text Example
White with #554CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CFC; }
p { color: rgb(85,76,252); }
H1.HeaderClassName
{
color: #554CFC;
}
.AnyTagClassName
{
color: #554CFC;
}
</style>
background-color css
<style>
a { background-color: #554CFC; }
a { background-color: rgb(85,76,252); }
div.DivClassName
{
background-color: #554CFC;
}
.BgClassName
{
background-color: #554CFC;
}
</style>
border-color css
<style>
span { border-color: #554CFC; }
span { border-color: rgb(85,76,252); }
td.TdClassName
{
border-color: #554CFC;
}
.TagClassName
{
border-color: #554CFC;
}
</style>