Shades of Neon Blue #5746FC
Tints of Neon Blue #5746FC
RGB
CMYK
RGB Variations
Color information
#5746FC (or 0x5746FC) is known color: Neon Blue. HEX triplet: 57, 46 and FC. RGB value is (87,70,252). Sum of RGB (Red+Green+Blue) = 87+70+252=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #5746FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5746FC is #A8B903. Grayscale: #5F5F5F. Windows color (decimal): -11057412 or 16533079. OLE color: 16533079.
HSL color Cylindrical-coordinate representation of color #5746FC: hue angle of 245.6º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5746FC is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 70 | 252 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.01 |
| HSL | 245.6º | 0.97% | 0.63% | - |
| HSV(B) | 245.6º | 0.72% | 0.99% | - |
| XYZ | 23.69 | 13.43 | 93.44 | - |
| YUV | 95.83 | 216.13 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 252 | 0.65 | 0.72 | 0 | 0.01 | 245.6 | 0.97 | 0.63 |
| Hex | 57 | 46 | FC | 41 | 48 | 0 | 1 | F6 | 61 | 3F |
| Octal | 127 | 106 | 374 | 101 | 110 | 0 | 1 | 366 | 141 | 77 |
| Binary | 1010111 | 1000110 | 11111100 | 1000001 | 1001000 | 0 | 1 | 11110110 | 1100001 | 111111 |
Color Harmonies of #5746FC
Complementary color
Monochromatic Colors of #5746FC
Black with #5746FC
Text Example
Text Example
White with #5746FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5746FC; }
p { color: rgb(87,70,252); }
H1.HeaderClassName
{
color: #5746FC;
}
.AnyTagClassName
{
color: #5746FC;
}
</style>
background-color css
<style>
a { background-color: #5746FC; }
a { background-color: rgb(87,70,252); }
div.DivClassName
{
background-color: #5746FC;
}
.BgClassName
{
background-color: #5746FC;
}
</style>
border-color css
<style>
span { border-color: #5746FC; }
span { border-color: rgb(87,70,252); }
td.TdClassName
{
border-color: #5746FC;
}
.TagClassName
{
border-color: #5746FC;
}
</style>