Shades of Neon Blue #3A30EF
Tints of Neon Blue #3A30EF
RGB
CMYK
RGB Variations
Color information
#3A30EF (or 0x3A30EF) is known color: Neon Blue. HEX triplet: 3A, 30 and EF. RGB value is (58,48,239). Sum of RGB (Red+Green+Blue) = 58+48+239=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A30EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A30EF is #C5CF10. Grayscale: #484848. Windows color (decimal): -12963601 or 15675450. OLE color: 15675450.
HSL color Cylindrical-coordinate representation of color #3A30EF: hue angle of 243.14º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A30EF is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 48 | 239 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.06 |
| HSL | 243.14º | 0.86% | 0.56% | - |
| HSV(B) | 243.14º | 0.8% | 0.94% | - |
| XYZ | 18.38 | 9.25 | 82.48 | - |
| YUV | 72.76 | 221.81 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 239 | 0.76 | 0.80 | 0 | 0.06 | 243.14 | 0.86 | 0.56 |
| Hex | 3A | 30 | EF | 4C | 50 | 0 | 6 | F3 | 56 | 38 |
| Octal | 72 | 60 | 357 | 114 | 120 | 0 | 6 | 363 | 126 | 70 |
| Binary | 111010 | 110000 | 11101111 | 1001100 | 1010000 | 0 | 110 | 11110011 | 1010110 | 111000 |
Color Harmonies of #3A30EF
Complementary color
Monochromatic Colors of #3A30EF
Black with #3A30EF
Text Example
Text Example
White with #3A30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30EF; }
p { color: rgb(58,48,239); }
H1.HeaderClassName
{
color: #3A30EF;
}
.AnyTagClassName
{
color: #3A30EF;
}
</style>
background-color css
<style>
a { background-color: #3A30EF; }
a { background-color: rgb(58,48,239); }
div.DivClassName
{
background-color: #3A30EF;
}
.BgClassName
{
background-color: #3A30EF;
}
</style>
border-color css
<style>
span { border-color: #3A30EF; }
span { border-color: rgb(58,48,239); }
td.TdClassName
{
border-color: #3A30EF;
}
.TagClassName
{
border-color: #3A30EF;
}
</style>