Shades of Neon Blue #6043EC
Tints of Neon Blue #6043EC
RGB
CMYK
RGB Variations
Color information
#6043EC (or 0x6043EC) is known color: Neon Blue. HEX triplet: 60, 43 and EC. RGB value is (96,67,236). Sum of RGB (Red+Green+Blue) = 96+67+236=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #6043EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6043EC is #9FBC13. Grayscale: #5E5E5E. Windows color (decimal): -10468372 or 15483744. OLE color: 15483744.
HSL color Cylindrical-coordinate representation of color #6043EC: hue angle of 250.3º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6043EC is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 67 | 236 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.07 |
| HSL | 250.3º | 0.82% | 0.59% | - |
| HSV(B) | 250.3º | 0.72% | 0.93% | - |
| XYZ | 21.97 | 12.56 | 80.62 | - |
| YUV | 94.94 | 207.61 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 236 | 0.59 | 0.72 | 0 | 0.07 | 250.3 | 0.82 | 0.59 |
| Hex | 60 | 43 | EC | 3B | 48 | 0 | 7 | FA | 52 | 3B |
| Octal | 140 | 103 | 354 | 73 | 110 | 0 | 7 | 372 | 122 | 73 |
| Binary | 1100000 | 1000011 | 11101100 | 111011 | 1001000 | 0 | 111 | 11111010 | 1010010 | 111011 |
Color Harmonies of #6043EC
Complementary color
Monochromatic Colors of #6043EC
Black with #6043EC
Text Example
Text Example
White with #6043EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6043EC; }
p { color: rgb(96,67,236); }
H1.HeaderClassName
{
color: #6043EC;
}
.AnyTagClassName
{
color: #6043EC;
}
</style>
background-color css
<style>
a { background-color: #6043EC; }
a { background-color: rgb(96,67,236); }
div.DivClassName
{
background-color: #6043EC;
}
.BgClassName
{
background-color: #6043EC;
}
</style>
border-color css
<style>
span { border-color: #6043EC; }
span { border-color: rgb(96,67,236); }
td.TdClassName
{
border-color: #6043EC;
}
.TagClassName
{
border-color: #6043EC;
}
</style>