Shades of Neon Blue #3A30F8
Tints of Neon Blue #3A30F8
RGB
CMYK
RGB Variations
Color information
#3A30F8 (or 0x3A30F8) is known color: Neon Blue. HEX triplet: 3A, 30 and F8. RGB value is (58,48,248). Sum of RGB (Red+Green+Blue) = 58+48+248=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 248 (97.27% from 255 or 70.06% from 354); Max value from RGB is 248 - color contains mainly: blue. Hex color #3A30F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A30F8 is #C5CF07. Grayscale: #494949. Windows color (decimal): -12963592 or 16265274. OLE color: 16265274.
HSL color Cylindrical-coordinate representation of color #3A30F8: hue angle of 243º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A30F8 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 48 | 248 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.03 |
| HSL | 243º | 0.93% | 0.58% | - |
| HSV(B) | 243º | 0.81% | 0.97% | - |
| XYZ | 19.75 | 9.79 | 89.66 | - |
| YUV | 73.79 | 226.31 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 248 | 0.77 | 0.81 | 0 | 0.03 | 243 | 0.93 | 0.58 |
| Hex | 3A | 30 | F8 | 4D | 51 | 0 | 3 | F3 | 5D | 3A |
| Octal | 72 | 60 | 370 | 115 | 121 | 0 | 3 | 363 | 135 | 72 |
| Binary | 111010 | 110000 | 11111000 | 1001101 | 1010001 | 0 | 11 | 11110011 | 1011101 | 111010 |
Color Harmonies of #3A30F8
Complementary color
Monochromatic Colors of #3A30F8
Black with #3A30F8
Text Example
Text Example
White with #3A30F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30F8; }
p { color: rgb(58,48,248); }
H1.HeaderClassName
{
color: #3A30F8;
}
.AnyTagClassName
{
color: #3A30F8;
}
</style>
background-color css
<style>
a { background-color: #3A30F8; }
a { background-color: rgb(58,48,248); }
div.DivClassName
{
background-color: #3A30F8;
}
.BgClassName
{
background-color: #3A30F8;
}
</style>
border-color css
<style>
span { border-color: #3A30F8; }
span { border-color: rgb(58,48,248); }
td.TdClassName
{
border-color: #3A30F8;
}
.TagClassName
{
border-color: #3A30F8;
}
</style>