Shades of Neon Blue #3A30FA
Tints of Neon Blue #3A30FA
RGB
CMYK
RGB Variations
Color information
#3A30FA (or 0x3A30FA) is known color: Neon Blue. HEX triplet: 3A, 30 and FA. RGB value is (58,48,250). Sum of RGB (Red+Green+Blue) = 58+48+250=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A30FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A30FA is #C5CF05. Grayscale: #494949. Windows color (decimal): -12963590 or 16396346. OLE color: 16396346.
HSL color Cylindrical-coordinate representation of color #3A30FA: hue angle of 242.97º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A30FA is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 48 | 250 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.02 |
| HSL | 242.97º | 0.95% | 0.58% | - |
| HSV(B) | 242.97º | 0.81% | 0.98% | - |
| XYZ | 20.06 | 9.92 | 91.3 | - |
| YUV | 74.02 | 227.31 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 250 | 0.77 | 0.81 | 0 | 0.02 | 242.97 | 0.95 | 0.58 |
| Hex | 3A | 30 | FA | 4D | 51 | 0 | 2 | F3 | 5F | 3A |
| Octal | 72 | 60 | 372 | 115 | 121 | 0 | 2 | 363 | 137 | 72 |
| Binary | 111010 | 110000 | 11111010 | 1001101 | 1010001 | 0 | 10 | 11110011 | 1011111 | 111010 |
Color Harmonies of #3A30FA
Complementary color
Monochromatic Colors of #3A30FA
Black with #3A30FA
Text Example
Text Example
White with #3A30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30FA; }
p { color: rgb(58,48,250); }
H1.HeaderClassName
{
color: #3A30FA;
}
.AnyTagClassName
{
color: #3A30FA;
}
</style>
background-color css
<style>
a { background-color: #3A30FA; }
a { background-color: rgb(58,48,250); }
div.DivClassName
{
background-color: #3A30FA;
}
.BgClassName
{
background-color: #3A30FA;
}
</style>
border-color css
<style>
span { border-color: #3A30FA; }
span { border-color: rgb(58,48,250); }
td.TdClassName
{
border-color: #3A30FA;
}
.TagClassName
{
border-color: #3A30FA;
}
</style>