Shades of Neon Blue #575FF1
Tints of Neon Blue #575FF1
RGB
CMYK
RGB Variations
Color information
#575FF1 (or 0x575FF1) is known color: Neon Blue. HEX triplet: 57, 5F and F1. RGB value is (87,95,241). Sum of RGB (Red+Green+Blue) = 87+95+241=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #575FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FF1 is #A8A00E. Grayscale: #6C6C6C. Windows color (decimal): -11051023 or 15818583. OLE color: 15818583.
HSL color Cylindrical-coordinate representation of color #575FF1: hue angle of 236.88º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575FF1 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 95 | 241 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.05 |
| HSL | 236.88º | 0.85% | 0.64% | - |
| HSV(B) | 236.88º | 0.64% | 0.95% | - |
| XYZ | 23.9 | 16.56 | 85.16 | - |
| YUV | 109.25 | 202.35 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 241 | 0.64 | 0.61 | 0 | 0.05 | 236.88 | 0.85 | 0.64 |
| Hex | 57 | 5F | F1 | 40 | 3D | 0 | 5 | ED | 55 | 40 |
| Octal | 127 | 137 | 361 | 100 | 75 | 0 | 5 | 355 | 125 | 100 |
| Binary | 1010111 | 1011111 | 11110001 | 1000000 | 111101 | 0 | 101 | 11101101 | 1010101 | 1000000 |
Color Harmonies of #575FF1
Complementary color
Monochromatic Colors of #575FF1
Black with #575FF1
Text Example
Text Example
White with #575FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FF1; }
p { color: rgb(87,95,241); }
H1.HeaderClassName
{
color: #575FF1;
}
.AnyTagClassName
{
color: #575FF1;
}
</style>
background-color css
<style>
a { background-color: #575FF1; }
a { background-color: rgb(87,95,241); }
div.DivClassName
{
background-color: #575FF1;
}
.BgClassName
{
background-color: #575FF1;
}
</style>
border-color css
<style>
span { border-color: #575FF1; }
span { border-color: rgb(87,95,241); }
td.TdClassName
{
border-color: #575FF1;
}
.TagClassName
{
border-color: #575FF1;
}
</style>