Shades of Neon Blue #554AFF
Tints of Neon Blue #554AFF
RGB
CMYK
RGB Variations
Color information
#554AFF (or 0x554AFF) is known color: Neon Blue. HEX triplet: 55, 4A and FF. RGB value is (85,74,255). Sum of RGB (Red+Green+Blue) = 85+74+255=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #554AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554AFF is #AAB500. Grayscale: #616161. Windows color (decimal): -11187457 or 16730709. OLE color: 16730709.
HSL color Cylindrical-coordinate representation of color #554AFF: hue angle of 243.65º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #554AFF is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 74 | 255 | - |
| CMYK | 0.67 | 0.71 | 0 | 0 |
| HSL | 243.65º | 1% | 0.65% | - |
| HSV(B) | 243.65º | 0.71% | 1% | - |
| XYZ | 24.25 | 14.05 | 96.04 | - |
| YUV | 97.92 | 216.64 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 255 | 0.67 | 0.71 | 0 | 0 | 243.65 | 1 | 0.65 |
| Hex | 55 | 4A | FF | 43 | 47 | 0 | 0 | F4 | 64 | 41 |
| Octal | 125 | 112 | 377 | 103 | 107 | 0 | 0 | 364 | 144 | 101 |
| Binary | 1010101 | 1001010 | 11111111 | 1000011 | 1000111 | 0 | 0 | 11110100 | 1100100 | 1000001 |
Color Harmonies of #554AFF
Complementary color
Monochromatic Colors of #554AFF
Black with #554AFF
Text Example
Text Example
White with #554AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554AFF; }
p { color: rgb(85,74,255); }
H1.HeaderClassName
{
color: #554AFF;
}
.AnyTagClassName
{
color: #554AFF;
}
</style>
background-color css
<style>
a { background-color: #554AFF; }
a { background-color: rgb(85,74,255); }
div.DivClassName
{
background-color: #554AFF;
}
.BgClassName
{
background-color: #554AFF;
}
</style>
border-color css
<style>
span { border-color: #554AFF; }
span { border-color: rgb(85,74,255); }
td.TdClassName
{
border-color: #554AFF;
}
.TagClassName
{
border-color: #554AFF;
}
</style>