Shades of Neon Blue #5749FF
Tints of Neon Blue #5749FF
RGB
CMYK
RGB Variations
Color information
#5749FF (or 0x5749FF) is known color: Neon Blue. HEX triplet: 57, 49 and FF. RGB value is (87,73,255). Sum of RGB (Red+Green+Blue) = 87+73+255=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #5749FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5749FF is #A8B600. Grayscale: #616161. Windows color (decimal): -11056641 or 16730455. OLE color: 16730455.
HSL color Cylindrical-coordinate representation of color #5749FF: hue angle of 244.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5749FF is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 73 | 255 | - |
| CMYK | 0.66 | 0.71 | 0 | 0 |
| HSL | 244.62º | 1% | 0.64% | - |
| HSV(B) | 244.62º | 0.71% | 1% | - |
| XYZ | 24.36 | 14.01 | 96.03 | - |
| YUV | 97.93 | 216.64 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 255 | 0.66 | 0.71 | 0 | 0 | 244.62 | 1 | 0.64 |
| Hex | 57 | 49 | FF | 42 | 47 | 0 | 0 | F5 | 64 | 40 |
| Octal | 127 | 111 | 377 | 102 | 107 | 0 | 0 | 365 | 144 | 100 |
| Binary | 1010111 | 1001001 | 11111111 | 1000010 | 1000111 | 0 | 0 | 11110101 | 1100100 | 1000000 |
Color Harmonies of #5749FF
Complementary color
Monochromatic Colors of #5749FF
Black with #5749FF
Text Example
Text Example
White with #5749FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5749FF; }
p { color: rgb(87,73,255); }
H1.HeaderClassName
{
color: #5749FF;
}
.AnyTagClassName
{
color: #5749FF;
}
</style>
background-color css
<style>
a { background-color: #5749FF; }
a { background-color: rgb(87,73,255); }
div.DivClassName
{
background-color: #5749FF;
}
.BgClassName
{
background-color: #5749FF;
}
</style>
border-color css
<style>
span { border-color: #5749FF; }
span { border-color: rgb(87,73,255); }
td.TdClassName
{
border-color: #5749FF;
}
.TagClassName
{
border-color: #5749FF;
}
</style>