Shades of Neon Blue #3A4FEC
Tints of Neon Blue #3A4FEC
RGB
CMYK
RGB Variations
Color information
#3A4FEC (or 0x3A4FEC) is known color: Neon Blue. HEX triplet: 3A, 4F and EC. RGB value is (58,79,236). Sum of RGB (Red+Green+Blue) = 58+79+236=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 79 (31.25% from 255 or 21.18% 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 #3A4FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A4FEC is #C5B013. Grayscale: #595959. Windows color (decimal): -12955668 or 15486778. OLE color: 15486778.
HSL color Cylindrical-coordinate representation of color #3A4FEC: hue angle of 232.92º 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 #3A4FEC is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 79 | 236 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.07 |
| HSL | 232.92º | 0.82% | 0.58% | - |
| HSV(B) | 232.92º | 0.75% | 0.93% | - |
| XYZ | 19.68 | 12.55 | 80.74 | - |
| YUV | 90.62 | 210.04 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 236 | 0.75 | 0.67 | 0 | 0.07 | 232.92 | 0.82 | 0.58 |
| Hex | 3A | 4F | EC | 4B | 43 | 0 | 7 | E9 | 52 | 3A |
| Octal | 72 | 117 | 354 | 113 | 103 | 0 | 7 | 351 | 122 | 72 |
| Binary | 111010 | 1001111 | 11101100 | 1001011 | 1000011 | 0 | 111 | 11101001 | 1010010 | 111010 |
Color Harmonies of #3A4FEC
Complementary color
Monochromatic Colors of #3A4FEC
Black with #3A4FEC
Text Example
Text Example
White with #3A4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4FEC; }
p { color: rgb(58,79,236); }
H1.HeaderClassName
{
color: #3A4FEC;
}
.AnyTagClassName
{
color: #3A4FEC;
}
</style>
background-color css
<style>
a { background-color: #3A4FEC; }
a { background-color: rgb(58,79,236); }
div.DivClassName
{
background-color: #3A4FEC;
}
.BgClassName
{
background-color: #3A4FEC;
}
</style>
border-color css
<style>
span { border-color: #3A4FEC; }
span { border-color: rgb(58,79,236); }
td.TdClassName
{
border-color: #3A4FEC;
}
.TagClassName
{
border-color: #3A4FEC;
}
</style>