Shades of Neon Blue #555CFB
Tints of Neon Blue #555CFB
RGB
CMYK
RGB Variations
Color information
#555CFB (or 0x555CFB) is known color: Neon Blue. HEX triplet: 55, 5C and FB. RGB value is (85,92,251). Sum of RGB (Red+Green+Blue) = 85+92+251=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #555CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CFB is #AAA304. Grayscale: #6B6B6B. Windows color (decimal): -11182853 or 16473173. OLE color: 16473173.
HSL color Cylindrical-coordinate representation of color #555CFB: hue angle of 237.47º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #555CFB is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 92 | 251 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.02 |
| HSL | 237.47º | 0.95% | 0.66% | - |
| HSV(B) | 237.47º | 0.66% | 0.98% | - |
| XYZ | 24.99 | 16.55 | 93.14 | - |
| YUV | 108.03 | 208.68 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 251 | 0.66 | 0.63 | 0 | 0.02 | 237.47 | 0.95 | 0.66 |
| Hex | 55 | 5C | FB | 42 | 3F | 0 | 2 | ED | 5F | 42 |
| Octal | 125 | 134 | 373 | 102 | 77 | 0 | 2 | 355 | 137 | 102 |
| Binary | 1010101 | 1011100 | 11111011 | 1000010 | 111111 | 0 | 10 | 11101101 | 1011111 | 1000010 |
Color Harmonies of #555CFB
Complementary color
Monochromatic Colors of #555CFB
Black with #555CFB
Text Example
Text Example
White with #555CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CFB; }
p { color: rgb(85,92,251); }
H1.HeaderClassName
{
color: #555CFB;
}
.AnyTagClassName
{
color: #555CFB;
}
</style>
background-color css
<style>
a { background-color: #555CFB; }
a { background-color: rgb(85,92,251); }
div.DivClassName
{
background-color: #555CFB;
}
.BgClassName
{
background-color: #555CFB;
}
</style>
border-color css
<style>
span { border-color: #555CFB; }
span { border-color: rgb(85,92,251); }
td.TdClassName
{
border-color: #555CFB;
}
.TagClassName
{
border-color: #555CFB;
}
</style>