Shades of Neon Blue #3A36FB
Tints of Neon Blue #3A36FB
RGB
CMYK
RGB Variations
Color information
#3A36FB (or 0x3A36FB) is known color: Neon Blue. HEX triplet: 3A, 36 and FB. RGB value is (58,54,251). Sum of RGB (Red+Green+Blue) = 58+54+251=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A36FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A36FB is #C5C904. Grayscale: #4C4C4C. Windows color (decimal): -12962053 or 16463418. OLE color: 16463418.
HSL color Cylindrical-coordinate representation of color #3A36FB: hue angle of 241.22º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A36FB is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 54 | 251 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.02 |
| HSL | 241.22º | 0.96% | 0.6% | - |
| HSV(B) | 241.22º | 0.78% | 0.98% | - |
| XYZ | 20.48 | 10.5 | 92.21 | - |
| YUV | 77.65 | 225.83 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 251 | 0.77 | 0.78 | 0 | 0.02 | 241.22 | 0.96 | 0.6 |
| Hex | 3A | 36 | FB | 4D | 4E | 0 | 2 | F1 | 60 | 3C |
| Octal | 72 | 66 | 373 | 115 | 116 | 0 | 2 | 361 | 140 | 74 |
| Binary | 111010 | 110110 | 11111011 | 1001101 | 1001110 | 0 | 10 | 11110001 | 1100000 | 111100 |
Color Harmonies of #3A36FB
Complementary color
Monochromatic Colors of #3A36FB
Black with #3A36FB
Text Example
Text Example
White with #3A36FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A36FB; }
p { color: rgb(58,54,251); }
H1.HeaderClassName
{
color: #3A36FB;
}
.AnyTagClassName
{
color: #3A36FB;
}
</style>
background-color css
<style>
a { background-color: #3A36FB; }
a { background-color: rgb(58,54,251); }
div.DivClassName
{
background-color: #3A36FB;
}
.BgClassName
{
background-color: #3A36FB;
}
</style>
border-color css
<style>
span { border-color: #3A36FB; }
span { border-color: rgb(58,54,251); }
td.TdClassName
{
border-color: #3A36FB;
}
.TagClassName
{
border-color: #3A36FB;
}
</style>