Shades of Neon Blue #555AFE
Tints of Neon Blue #555AFE
RGB
CMYK
RGB Variations
Color information
#555AFE (or 0x555AFE) is known color: Neon Blue. HEX triplet: 55, 5A and FE. RGB value is (85,90,254). Sum of RGB (Red+Green+Blue) = 85+90+254=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #555AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AFE is #AAA501. Grayscale: #6A6A6A. Windows color (decimal): -11183362 or 16669269. OLE color: 16669269.
HSL color Cylindrical-coordinate representation of color #555AFE: hue angle of 238.22º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555AFE is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 90 | 254 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.00 |
| HSL | 238.22º | 0.99% | 0.66% | - |
| HSV(B) | 238.22º | 0.67% | 1% | - |
| XYZ | 25.29 | 16.4 | 95.6 | - |
| YUV | 107.2 | 210.84 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 254 | 0.67 | 0.65 | 0 | 0.00 | 238.22 | 0.99 | 0.66 |
| Hex | 55 | 5A | FE | 43 | 41 | 0 | 0 | EE | 63 | 42 |
| Octal | 125 | 132 | 376 | 103 | 101 | 0 | 0 | 356 | 143 | 102 |
| Binary | 1010101 | 1011010 | 11111110 | 1000011 | 1000001 | 0 | 0 | 11101110 | 1100011 | 1000010 |
Color Harmonies of #555AFE
Complementary color
Monochromatic Colors of #555AFE
Black with #555AFE
Text Example
Text Example
White with #555AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555AFE; }
p { color: rgb(85,90,254); }
H1.HeaderClassName
{
color: #555AFE;
}
.AnyTagClassName
{
color: #555AFE;
}
</style>
background-color css
<style>
a { background-color: #555AFE; }
a { background-color: rgb(85,90,254); }
div.DivClassName
{
background-color: #555AFE;
}
.BgClassName
{
background-color: #555AFE;
}
</style>
border-color css
<style>
span { border-color: #555AFE; }
span { border-color: rgb(85,90,254); }
td.TdClassName
{
border-color: #555AFE;
}
.TagClassName
{
border-color: #555AFE;
}
</style>