Shades of Neon Blue #6243EC
Tints of Neon Blue #6243EC
RGB
CMYK
RGB Variations
Color information
#6243EC (or 0x6243EC) is known color: Neon Blue. HEX triplet: 62, 43 and EC. RGB value is (98,67,236). Sum of RGB (Red+Green+Blue) = 98+67+236=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 67 (26.56% from 255 or 16.71% 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 #6243EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6243EC is #9DBC13. Grayscale: #5E5E5E. Windows color (decimal): -10337300 or 15483746. OLE color: 15483746.
HSL color Cylindrical-coordinate representation of color #6243EC: hue angle of 251.01º 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 #6243EC is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 67 | 236 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.07 |
| HSL | 251.01º | 0.82% | 0.59% | - |
| HSV(B) | 251.01º | 0.72% | 0.93% | - |
| XYZ | 22.18 | 12.67 | 80.63 | - |
| YUV | 95.54 | 207.27 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 236 | 0.58 | 0.72 | 0 | 0.07 | 251.01 | 0.82 | 0.59 |
| Hex | 62 | 43 | EC | 3A | 48 | 0 | 7 | FB | 52 | 3B |
| Octal | 142 | 103 | 354 | 72 | 110 | 0 | 7 | 373 | 122 | 73 |
| Binary | 1100010 | 1000011 | 11101100 | 111010 | 1001000 | 0 | 111 | 11111011 | 1010010 | 111011 |
Color Harmonies of #6243EC
Complementary color
Monochromatic Colors of #6243EC
Black with #6243EC
Text Example
Text Example
White with #6243EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6243EC; }
p { color: rgb(98,67,236); }
H1.HeaderClassName
{
color: #6243EC;
}
.AnyTagClassName
{
color: #6243EC;
}
</style>
background-color css
<style>
a { background-color: #6243EC; }
a { background-color: rgb(98,67,236); }
div.DivClassName
{
background-color: #6243EC;
}
.BgClassName
{
background-color: #6243EC;
}
</style>
border-color css
<style>
span { border-color: #6243EC; }
span { border-color: rgb(98,67,236); }
td.TdClassName
{
border-color: #6243EC;
}
.TagClassName
{
border-color: #6243EC;
}
</style>