Shades of Neon Blue #3A30FC
Tints of Neon Blue #3A30FC
RGB
CMYK
RGB Variations
Color information
#3A30FC (or 0x3A30FC) is known color: Neon Blue. HEX triplet: 3A, 30 and FC. RGB value is (58,48,252). Sum of RGB (Red+Green+Blue) = 58+48+252=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A30FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A30FC is #C5CF03. Grayscale: #494949. Windows color (decimal): -12963588 or 16527418. OLE color: 16527418.
HSL color Cylindrical-coordinate representation of color #3A30FC: hue angle of 242.94º degrees, saturation: 0.97, 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 #3A30FC is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 48 | 252 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.01 |
| HSL | 242.94º | 0.97% | 0.59% | - |
| HSV(B) | 242.94º | 0.81% | 0.99% | - |
| XYZ | 20.37 | 10.04 | 92.96 | - |
| YUV | 74.25 | 228.31 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 252 | 0.77 | 0.81 | 0 | 0.01 | 242.94 | 0.97 | 0.59 |
| Hex | 3A | 30 | FC | 4D | 51 | 0 | 1 | F3 | 61 | 3B |
| Octal | 72 | 60 | 374 | 115 | 121 | 0 | 1 | 363 | 141 | 73 |
| Binary | 111010 | 110000 | 11111100 | 1001101 | 1010001 | 0 | 1 | 11110011 | 1100001 | 111011 |
Color Harmonies of #3A30FC
Complementary color
Monochromatic Colors of #3A30FC
Black with #3A30FC
Text Example
Text Example
White with #3A30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30FC; }
p { color: rgb(58,48,252); }
H1.HeaderClassName
{
color: #3A30FC;
}
.AnyTagClassName
{
color: #3A30FC;
}
</style>
background-color css
<style>
a { background-color: #3A30FC; }
a { background-color: rgb(58,48,252); }
div.DivClassName
{
background-color: #3A30FC;
}
.BgClassName
{
background-color: #3A30FC;
}
</style>
border-color css
<style>
span { border-color: #3A30FC; }
span { border-color: rgb(58,48,252); }
td.TdClassName
{
border-color: #3A30FC;
}
.TagClassName
{
border-color: #3A30FC;
}
</style>