Shades of Neon Blue #4643EC
Tints of Neon Blue #4643EC
RGB
CMYK
RGB Variations
Color information
#4643EC (or 0x4643EC) is known color: Neon Blue. HEX triplet: 46, 43 and EC. RGB value is (70,67,236). Sum of RGB (Red+Green+Blue) = 70+67+236=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #4643EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4643EC is #B9BC13. Grayscale: #565656. Windows color (decimal): -12172308 or 15483718. OLE color: 15483718.
HSL color Cylindrical-coordinate representation of color #4643EC: hue angle of 241.07º 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 #4643EC is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 67 | 236 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.07 |
| HSL | 241.07º | 0.82% | 0.59% | - |
| HSV(B) | 241.07º | 0.72% | 0.93% | - |
| XYZ | 19.67 | 11.37 | 80.52 | - |
| YUV | 87.16 | 211.99 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 236 | 0.70 | 0.72 | 0 | 0.07 | 241.07 | 0.82 | 0.59 |
| Hex | 46 | 43 | EC | 46 | 48 | 0 | 7 | F1 | 52 | 3B |
| Octal | 106 | 103 | 354 | 106 | 110 | 0 | 7 | 361 | 122 | 73 |
| Binary | 1000110 | 1000011 | 11101100 | 1000110 | 1001000 | 0 | 111 | 11110001 | 1010010 | 111011 |
Color Harmonies of #4643EC
Complementary color
Monochromatic Colors of #4643EC
Black with #4643EC
Text Example
Text Example
White with #4643EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4643EC; }
p { color: rgb(70,67,236); }
H1.HeaderClassName
{
color: #4643EC;
}
.AnyTagClassName
{
color: #4643EC;
}
</style>
background-color css
<style>
a { background-color: #4643EC; }
a { background-color: rgb(70,67,236); }
div.DivClassName
{
background-color: #4643EC;
}
.BgClassName
{
background-color: #4643EC;
}
</style>
border-color css
<style>
span { border-color: #4643EC; }
span { border-color: rgb(70,67,236); }
td.TdClassName
{
border-color: #4643EC;
}
.TagClassName
{
border-color: #4643EC;
}
</style>