Shades of Neon Blue #575AFB
Tints of Neon Blue #575AFB
RGB
CMYK
RGB Variations
Color information
#575AFB (or 0x575AFB) is known color: Neon Blue. HEX triplet: 57, 5A and FB. RGB value is (87,90,251). Sum of RGB (Red+Green+Blue) = 87+90+251=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 90 (35.55% from 255 or 21.03% 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 #575AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AFB is #A8A504. Grayscale: #6A6A6A. Windows color (decimal): -11052293 or 16472663. OLE color: 16472663.
HSL color Cylindrical-coordinate representation of color #575AFB: hue angle of 238.9º 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 #575AFB is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 90 | 251 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.02 |
| HSL | 238.9º | 0.95% | 0.66% | - |
| HSV(B) | 238.9º | 0.65% | 0.98% | - |
| XYZ | 25 | 16.3 | 93.1 | - |
| YUV | 107.46 | 209.01 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 251 | 0.65 | 0.64 | 0 | 0.02 | 238.9 | 0.95 | 0.66 |
| Hex | 57 | 5A | FB | 41 | 40 | 0 | 2 | EF | 5F | 42 |
| Octal | 127 | 132 | 373 | 101 | 100 | 0 | 2 | 357 | 137 | 102 |
| Binary | 1010111 | 1011010 | 11111011 | 1000001 | 1000000 | 0 | 10 | 11101111 | 1011111 | 1000010 |
Color Harmonies of #575AFB
Complementary color
Monochromatic Colors of #575AFB
Black with #575AFB
Text Example
Text Example
White with #575AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575AFB; }
p { color: rgb(87,90,251); }
H1.HeaderClassName
{
color: #575AFB;
}
.AnyTagClassName
{
color: #575AFB;
}
</style>
background-color css
<style>
a { background-color: #575AFB; }
a { background-color: rgb(87,90,251); }
div.DivClassName
{
background-color: #575AFB;
}
.BgClassName
{
background-color: #575AFB;
}
</style>
border-color css
<style>
span { border-color: #575AFB; }
span { border-color: rgb(87,90,251); }
td.TdClassName
{
border-color: #575AFB;
}
.TagClassName
{
border-color: #575AFB;
}
</style>