Shades of Neon Blue #575BFB
Tints of Neon Blue #575BFB
RGB
CMYK
RGB Variations
Color information
#575BFB (or 0x575BFB) is known color: Neon Blue. HEX triplet: 57, 5B and FB. RGB value is (87,91,251). Sum of RGB (Red+Green+Blue) = 87+91+251=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #575BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BFB is #A8A404. Grayscale: #6B6B6B. Windows color (decimal): -11052037 or 16472919. OLE color: 16472919.
HSL color Cylindrical-coordinate representation of color #575BFB: hue angle of 238.54º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #575BFB is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 91 | 251 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.02 |
| HSL | 238.54º | 0.95% | 0.66% | - |
| HSV(B) | 238.54º | 0.65% | 0.98% | - |
| XYZ | 25.08 | 16.47 | 93.12 | - |
| YUV | 108.04 | 208.67 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 251 | 0.65 | 0.64 | 0 | 0.02 | 238.54 | 0.95 | 0.66 |
| Hex | 57 | 5B | FB | 41 | 40 | 0 | 2 | EF | 5F | 42 |
| Octal | 127 | 133 | 373 | 101 | 100 | 0 | 2 | 357 | 137 | 102 |
| Binary | 1010111 | 1011011 | 11111011 | 1000001 | 1000000 | 0 | 10 | 11101111 | 1011111 | 1000010 |
Color Harmonies of #575BFB
Complementary color
Monochromatic Colors of #575BFB
Black with #575BFB
Text Example
Text Example
White with #575BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BFB; }
p { color: rgb(87,91,251); }
H1.HeaderClassName
{
color: #575BFB;
}
.AnyTagClassName
{
color: #575BFB;
}
</style>
background-color css
<style>
a { background-color: #575BFB; }
a { background-color: rgb(87,91,251); }
div.DivClassName
{
background-color: #575BFB;
}
.BgClassName
{
background-color: #575BFB;
}
</style>
border-color css
<style>
span { border-color: #575BFB; }
span { border-color: rgb(87,91,251); }
td.TdClassName
{
border-color: #575BFB;
}
.TagClassName
{
border-color: #575BFB;
}
</style>