Shades of Neon Blue #6043EE
Tints of Neon Blue #6043EE
RGB
CMYK
RGB Variations
Color information
#6043EE (or 0x6043EE) is known color: Neon Blue. HEX triplet: 60, 43 and EE. RGB value is (96,67,238). Sum of RGB (Red+Green+Blue) = 96+67+238=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #6043EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6043EE is #9FBC11. Grayscale: #5E5E5E. Windows color (decimal): -10468370 or 15614816. OLE color: 15614816.
HSL color Cylindrical-coordinate representation of color #6043EE: hue angle of 250.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6043EE is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 67 | 238 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.07 |
| HSL | 250.18º | 0.83% | 0.6% | - |
| HSV(B) | 250.18º | 0.72% | 0.93% | - |
| XYZ | 22.26 | 12.67 | 82.16 | - |
| YUV | 95.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 238 | 0.60 | 0.72 | 0 | 0.07 | 250.18 | 0.83 | 0.6 |
| Hex | 60 | 43 | EE | 3C | 48 | 0 | 7 | FA | 53 | 3C |
| Octal | 140 | 103 | 356 | 74 | 110 | 0 | 7 | 372 | 123 | 74 |
| Binary | 1100000 | 1000011 | 11101110 | 111100 | 1001000 | 0 | 111 | 11111010 | 1010011 | 111100 |
Color Harmonies of #6043EE
Complementary color
Monochromatic Colors of #6043EE
Black with #6043EE
Text Example
Text Example
White with #6043EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6043EE; }
p { color: rgb(96,67,238); }
H1.HeaderClassName
{
color: #6043EE;
}
.AnyTagClassName
{
color: #6043EE;
}
</style>
background-color css
<style>
a { background-color: #6043EE; }
a { background-color: rgb(96,67,238); }
div.DivClassName
{
background-color: #6043EE;
}
.BgClassName
{
background-color: #6043EE;
}
</style>
border-color css
<style>
span { border-color: #6043EE; }
span { border-color: rgb(96,67,238); }
td.TdClassName
{
border-color: #6043EE;
}
.TagClassName
{
border-color: #6043EE;
}
</style>