Shades of Neon Blue #3A2FFB
Tints of Neon Blue #3A2FFB
RGB
CMYK
RGB Variations
Color information
#3A2FFB (or 0x3A2FFB) is known color: Neon Blue. HEX triplet: 3A, 2F and FB. RGB value is (58,47,251). Sum of RGB (Red+Green+Blue) = 58+47+251=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A2FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2FFB is #C5D004. Grayscale: #484848. Windows color (decimal): -12963845 or 16461626. OLE color: 16461626.
HSL color Cylindrical-coordinate representation of color #3A2FFB: hue angle of 243.24º degrees, saturation: 0.96, 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 #3A2FFB is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 47 | 251 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.02 |
| HSL | 243.24º | 0.96% | 0.58% | - |
| HSV(B) | 243.24º | 0.81% | 0.98% | - |
| XYZ | 20.17 | 9.9 | 92.11 | - |
| YUV | 73.55 | 228.14 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 251 | 0.77 | 0.81 | 0 | 0.02 | 243.24 | 0.96 | 0.58 |
| Hex | 3A | 2F | FB | 4D | 51 | 0 | 2 | F3 | 60 | 3A |
| Octal | 72 | 57 | 373 | 115 | 121 | 0 | 2 | 363 | 140 | 72 |
| Binary | 111010 | 101111 | 11111011 | 1001101 | 1010001 | 0 | 10 | 11110011 | 1100000 | 111010 |
Color Harmonies of #3A2FFB
Complementary color
Monochromatic Colors of #3A2FFB
Black with #3A2FFB
Text Example
Text Example
White with #3A2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FFB; }
p { color: rgb(58,47,251); }
H1.HeaderClassName
{
color: #3A2FFB;
}
.AnyTagClassName
{
color: #3A2FFB;
}
</style>
background-color css
<style>
a { background-color: #3A2FFB; }
a { background-color: rgb(58,47,251); }
div.DivClassName
{
background-color: #3A2FFB;
}
.BgClassName
{
background-color: #3A2FFB;
}
</style>
border-color css
<style>
span { border-color: #3A2FFB; }
span { border-color: rgb(58,47,251); }
td.TdClassName
{
border-color: #3A2FFB;
}
.TagClassName
{
border-color: #3A2FFB;
}
</style>