Shades of Neon Blue #3A30FD
Tints of Neon Blue #3A30FD
RGB
CMYK
RGB Variations
Color information
#3A30FD (or 0x3A30FD) is known color: Neon Blue. HEX triplet: 3A, 30 and FD. RGB value is (58,48,253). Sum of RGB (Red+Green+Blue) = 58+48+253=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A30FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A30FD is #C5CF02. Grayscale: #494949. Windows color (decimal): -12963587 or 16592954. OLE color: 16592954.
HSL color Cylindrical-coordinate representation of color #3A30FD: hue angle of 242.93º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A30FD is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 48 | 253 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.01 |
| HSL | 242.93º | 0.98% | 0.59% | - |
| HSV(B) | 242.93º | 0.81% | 0.99% | - |
| XYZ | 20.53 | 10.11 | 93.8 | - |
| YUV | 74.36 | 228.81 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 253 | 0.77 | 0.81 | 0 | 0.01 | 242.93 | 0.98 | 0.59 |
| Hex | 3A | 30 | FD | 4D | 51 | 0 | 1 | F3 | 62 | 3B |
| Octal | 72 | 60 | 375 | 115 | 121 | 0 | 1 | 363 | 142 | 73 |
| Binary | 111010 | 110000 | 11111101 | 1001101 | 1010001 | 0 | 1 | 11110011 | 1100010 | 111011 |
Color Harmonies of #3A30FD
Complementary color
Monochromatic Colors of #3A30FD
Black with #3A30FD
Text Example
Text Example
White with #3A30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30FD; }
p { color: rgb(58,48,253); }
H1.HeaderClassName
{
color: #3A30FD;
}
.AnyTagClassName
{
color: #3A30FD;
}
</style>
background-color css
<style>
a { background-color: #3A30FD; }
a { background-color: rgb(58,48,253); }
div.DivClassName
{
background-color: #3A30FD;
}
.BgClassName
{
background-color: #3A30FD;
}
</style>
border-color css
<style>
span { border-color: #3A30FD; }
span { border-color: rgb(58,48,253); }
td.TdClassName
{
border-color: #3A30FD;
}
.TagClassName
{
border-color: #3A30FD;
}
</style>