Shades of Neon Blue #575BF0
Tints of Neon Blue #575BF0
RGB
CMYK
RGB Variations
Color information
#575BF0 (or 0x575BF0) is known color: Neon Blue. HEX triplet: 57, 5B and F0. RGB value is (87,91,240). Sum of RGB (Red+Green+Blue) = 87+91+240=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #575BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BF0 is #A8A40F. Grayscale: #6A6A6A. Windows color (decimal): -11052048 or 15752023. OLE color: 15752023.
HSL color Cylindrical-coordinate representation of color #575BF0: hue angle of 238.43º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575BF0 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 91 | 240 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.06 |
| HSL | 238.43º | 0.84% | 0.64% | - |
| HSV(B) | 238.43º | 0.64% | 0.94% | - |
| XYZ | 23.4 | 15.8 | 84.25 | - |
| YUV | 106.79 | 203.17 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 240 | 0.64 | 0.62 | 0 | 0.06 | 238.43 | 0.84 | 0.64 |
| Hex | 57 | 5B | F0 | 40 | 3E | 0 | 6 | EE | 54 | 40 |
| Octal | 127 | 133 | 360 | 100 | 76 | 0 | 6 | 356 | 124 | 100 |
| Binary | 1010111 | 1011011 | 11110000 | 1000000 | 111110 | 0 | 110 | 11101110 | 1010100 | 1000000 |
Color Harmonies of #575BF0
Complementary color
Monochromatic Colors of #575BF0
Black with #575BF0
Text Example
Text Example
White with #575BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BF0; }
p { color: rgb(87,91,240); }
H1.HeaderClassName
{
color: #575BF0;
}
.AnyTagClassName
{
color: #575BF0;
}
</style>
background-color css
<style>
a { background-color: #575BF0; }
a { background-color: rgb(87,91,240); }
div.DivClassName
{
background-color: #575BF0;
}
.BgClassName
{
background-color: #575BF0;
}
</style>
border-color css
<style>
span { border-color: #575BF0; }
span { border-color: rgb(87,91,240); }
td.TdClassName
{
border-color: #575BF0;
}
.TagClassName
{
border-color: #575BF0;
}
</style>