Shades of Neon Blue #3A42EC
Tints of Neon Blue #3A42EC
RGB
CMYK
RGB Variations
Color information
#3A42EC (or 0x3A42EC) is known color: Neon Blue. HEX triplet: 3A, 42 and EC. RGB value is (58,66,236). Sum of RGB (Red+Green+Blue) = 58+66+236=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A42EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A42EC is #C5BD13. Grayscale: #525252. Windows color (decimal): -12958996 or 15483450. OLE color: 15483450.
HSL color Cylindrical-coordinate representation of color #3A42EC: hue angle of 237.3º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A42EC is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 66 | 236 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.07 |
| HSL | 237.3º | 0.82% | 0.58% | - |
| HSV(B) | 237.3º | 0.75% | 0.93% | - |
| XYZ | 18.83 | 10.85 | 80.46 | - |
| YUV | 82.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 236 | 0.75 | 0.72 | 0 | 0.07 | 237.3 | 0.82 | 0.58 |
| Hex | 3A | 42 | EC | 4B | 48 | 0 | 7 | ED | 52 | 3A |
| Octal | 72 | 102 | 354 | 113 | 110 | 0 | 7 | 355 | 122 | 72 |
| Binary | 111010 | 1000010 | 11101100 | 1001011 | 1001000 | 0 | 111 | 11101101 | 1010010 | 111010 |
Color Harmonies of #3A42EC
Complementary color
Monochromatic Colors of #3A42EC
Black with #3A42EC
Text Example
Text Example
White with #3A42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A42EC; }
p { color: rgb(58,66,236); }
H1.HeaderClassName
{
color: #3A42EC;
}
.AnyTagClassName
{
color: #3A42EC;
}
</style>
background-color css
<style>
a { background-color: #3A42EC; }
a { background-color: rgb(58,66,236); }
div.DivClassName
{
background-color: #3A42EC;
}
.BgClassName
{
background-color: #3A42EC;
}
</style>
border-color css
<style>
span { border-color: #3A42EC; }
span { border-color: rgb(58,66,236); }
td.TdClassName
{
border-color: #3A42EC;
}
.TagClassName
{
border-color: #3A42EC;
}
</style>