Shades of Neon Blue #554CFD
Tints of Neon Blue #554CFD
RGB
CMYK
RGB Variations
Color information
#554CFD (or 0x554CFD) is known color: Neon Blue. HEX triplet: 55, 4C and FD. RGB value is (85,76,253). Sum of RGB (Red+Green+Blue) = 85+76+253=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #554CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554CFD is #AAB302. Grayscale: #626262. Windows color (decimal): -11186947 or 16600149. OLE color: 16600149.
HSL color Cylindrical-coordinate representation of color #554CFD: hue angle of 243.05º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #554CFD is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 76 | 253 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.01 |
| HSL | 243.05º | 0.98% | 0.65% | - |
| HSV(B) | 243.05º | 0.7% | 0.99% | - |
| XYZ | 24.06 | 14.19 | 94.4 | - |
| YUV | 98.87 | 214.98 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 253 | 0.66 | 0.70 | 0 | 0.01 | 243.05 | 0.98 | 0.65 |
| Hex | 55 | 4C | FD | 42 | 46 | 0 | 1 | F3 | 62 | 41 |
| Octal | 125 | 114 | 375 | 102 | 106 | 0 | 1 | 363 | 142 | 101 |
| Binary | 1010101 | 1001100 | 11111101 | 1000010 | 1000110 | 0 | 1 | 11110011 | 1100010 | 1000001 |
Color Harmonies of #554CFD
Complementary color
Monochromatic Colors of #554CFD
Black with #554CFD
Text Example
Text Example
White with #554CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CFD; }
p { color: rgb(85,76,253); }
H1.HeaderClassName
{
color: #554CFD;
}
.AnyTagClassName
{
color: #554CFD;
}
</style>
background-color css
<style>
a { background-color: #554CFD; }
a { background-color: rgb(85,76,253); }
div.DivClassName
{
background-color: #554CFD;
}
.BgClassName
{
background-color: #554CFD;
}
</style>
border-color css
<style>
span { border-color: #554CFD; }
span { border-color: rgb(85,76,253); }
td.TdClassName
{
border-color: #554CFD;
}
.TagClassName
{
border-color: #554CFD;
}
</style>