Shades of Neon Blue #5741FF
Tints of Neon Blue #5741FF
RGB
CMYK
RGB Variations
Color information
#5741FF (or 0x5741FF) is known color: Neon Blue. HEX triplet: 57, 41 and FF. RGB value is (87,65,255). Sum of RGB (Red+Green+Blue) = 87+65+255=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #5741FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5741FF is #A8BE00. Grayscale: #5C5C5C. Windows color (decimal): -11058689 or 16728407. OLE color: 16728407.
HSL color Cylindrical-coordinate representation of color #5741FF: hue angle of 246.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5741FF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 65 | 255 | - |
| CMYK | 0.66 | 0.75 | 0 | 0 |
| HSL | 246.95º | 1% | 0.63% | - |
| HSV(B) | 246.95º | 0.75% | 1% | - |
| XYZ | 23.87 | 13.03 | 95.86 | - |
| YUV | 93.24 | 219.29 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 255 | 0.66 | 0.75 | 0 | 0 | 246.95 | 1 | 0.63 |
| Hex | 57 | 41 | FF | 42 | 4B | 0 | 0 | F7 | 64 | 3F |
| Octal | 127 | 101 | 377 | 102 | 113 | 0 | 0 | 367 | 144 | 77 |
| Binary | 1010111 | 1000001 | 11111111 | 1000010 | 1001011 | 0 | 0 | 11110111 | 1100100 | 111111 |
Color Harmonies of #5741FF
Complementary color
Monochromatic Colors of #5741FF
Black with #5741FF
Text Example
Text Example
White with #5741FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5741FF; }
p { color: rgb(87,65,255); }
H1.HeaderClassName
{
color: #5741FF;
}
.AnyTagClassName
{
color: #5741FF;
}
</style>
background-color css
<style>
a { background-color: #5741FF; }
a { background-color: rgb(87,65,255); }
div.DivClassName
{
background-color: #5741FF;
}
.BgClassName
{
background-color: #5741FF;
}
</style>
border-color css
<style>
span { border-color: #5741FF; }
span { border-color: rgb(87,65,255); }
td.TdClassName
{
border-color: #5741FF;
}
.TagClassName
{
border-color: #5741FF;
}
</style>