Shades of Neon Blue #5743FC
Tints of Neon Blue #5743FC
RGB
CMYK
RGB Variations
Color information
#5743FC (or 0x5743FC) is known color: Neon Blue. HEX triplet: 57, 43 and FC. RGB value is (87,67,252). Sum of RGB (Red+Green+Blue) = 87+67+252=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #5743FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5743FC is #A8BC03. Grayscale: #5D5D5D. Windows color (decimal): -11058180 or 16532311. OLE color: 16532311.
HSL color Cylindrical-coordinate representation of color #5743FC: hue angle of 246.49º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5743FC is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 67 | 252 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.01 |
| HSL | 246.49º | 0.97% | 0.63% | - |
| HSV(B) | 246.49º | 0.73% | 0.99% | - |
| XYZ | 23.51 | 13.07 | 93.38 | - |
| YUV | 94.07 | 217.13 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 252 | 0.65 | 0.73 | 0 | 0.01 | 246.49 | 0.97 | 0.63 |
| Hex | 57 | 43 | FC | 41 | 49 | 0 | 1 | F6 | 61 | 3F |
| Octal | 127 | 103 | 374 | 101 | 111 | 0 | 1 | 366 | 141 | 77 |
| Binary | 1010111 | 1000011 | 11111100 | 1000001 | 1001001 | 0 | 1 | 11110110 | 1100001 | 111111 |
Color Harmonies of #5743FC
Complementary color
Monochromatic Colors of #5743FC
Black with #5743FC
Text Example
Text Example
White with #5743FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5743FC; }
p { color: rgb(87,67,252); }
H1.HeaderClassName
{
color: #5743FC;
}
.AnyTagClassName
{
color: #5743FC;
}
</style>
background-color css
<style>
a { background-color: #5743FC; }
a { background-color: rgb(87,67,252); }
div.DivClassName
{
background-color: #5743FC;
}
.BgClassName
{
background-color: #5743FC;
}
</style>
border-color css
<style>
span { border-color: #5743FC; }
span { border-color: rgb(87,67,252); }
td.TdClassName
{
border-color: #5743FC;
}
.TagClassName
{
border-color: #5743FC;
}
</style>