Shades of Neon Blue #6342EC
Tints of Neon Blue #6342EC
RGB
CMYK
RGB Variations
Color information
#6342EC (or 0x6342EC) is known color: Neon Blue. HEX triplet: 63, 42 and EC. RGB value is (99,66,236). Sum of RGB (Red+Green+Blue) = 99+66+236=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #6342EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6342EC is #9CBD13. Grayscale: #5E5E5E. Windows color (decimal): -10272020 or 15483491. OLE color: 15483491.
HSL color Cylindrical-coordinate representation of color #6342EC: hue angle of 251.65º 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 #6342EC is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 66 | 236 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.07 |
| HSL | 251.65º | 0.82% | 0.59% | - |
| HSV(B) | 251.65º | 0.72% | 0.93% | - |
| XYZ | 22.23 | 12.61 | 80.62 | - |
| YUV | 95.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 236 | 0.58 | 0.72 | 0 | 0.07 | 251.65 | 0.82 | 0.59 |
| Hex | 63 | 42 | EC | 3A | 48 | 0 | 7 | FC | 52 | 3B |
| Octal | 143 | 102 | 354 | 72 | 110 | 0 | 7 | 374 | 122 | 73 |
| Binary | 1100011 | 1000010 | 11101100 | 111010 | 1001000 | 0 | 111 | 11111100 | 1010010 | 111011 |
Color Harmonies of #6342EC
Complementary color
Monochromatic Colors of #6342EC
Black with #6342EC
Text Example
Text Example
White with #6342EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342EC; }
p { color: rgb(99,66,236); }
H1.HeaderClassName
{
color: #6342EC;
}
.AnyTagClassName
{
color: #6342EC;
}
</style>
background-color css
<style>
a { background-color: #6342EC; }
a { background-color: rgb(99,66,236); }
div.DivClassName
{
background-color: #6342EC;
}
.BgClassName
{
background-color: #6342EC;
}
</style>
border-color css
<style>
span { border-color: #6342EC; }
span { border-color: rgb(99,66,236); }
td.TdClassName
{
border-color: #6342EC;
}
.TagClassName
{
border-color: #6342EC;
}
</style>