Shades of Neon Blue #3B31FF
Tints of Neon Blue #3B31FF
RGB
CMYK
RGB Variations
Color information
#3B31FF (or 0x3B31FF) is known color: Neon Blue. HEX triplet: 3B, 31 and FF. RGB value is (59,49,255). Sum of RGB (Red+Green+Blue) = 59+49+255=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B31FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B31FF is #C4CE00. Grayscale: #4A4A4A. Windows color (decimal): -12897793 or 16724283. OLE color: 16724283.
HSL color Cylindrical-coordinate representation of color #3B31FF: hue angle of 242.91º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B31FF is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 49 | 255 | - |
| CMYK | 0.77 | 0.81 | 0 | 0 |
| HSL | 242.91º | 1% | 0.6% | - |
| HSV(B) | 242.91º | 0.81% | 1% | - |
| XYZ | 20.95 | 10.35 | 95.5 | - |
| YUV | 75.47 | 229.31 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 255 | 0.77 | 0.81 | 0 | 0 | 242.91 | 1 | 0.6 |
| Hex | 3B | 31 | FF | 4D | 51 | 0 | 0 | F3 | 64 | 3C |
| Octal | 73 | 61 | 377 | 115 | 121 | 0 | 0 | 363 | 144 | 74 |
| Binary | 111011 | 110001 | 11111111 | 1001101 | 1010001 | 0 | 0 | 11110011 | 1100100 | 111100 |
Color Harmonies of #3B31FF
Complementary color
Monochromatic Colors of #3B31FF
Black with #3B31FF
Text Example
Text Example
White with #3B31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B31FF; }
p { color: rgb(59,49,255); }
H1.HeaderClassName
{
color: #3B31FF;
}
.AnyTagClassName
{
color: #3B31FF;
}
</style>
background-color css
<style>
a { background-color: #3B31FF; }
a { background-color: rgb(59,49,255); }
div.DivClassName
{
background-color: #3B31FF;
}
.BgClassName
{
background-color: #3B31FF;
}
</style>
border-color css
<style>
span { border-color: #3B31FF; }
span { border-color: rgb(59,49,255); }
td.TdClassName
{
border-color: #3B31FF;
}
.TagClassName
{
border-color: #3B31FF;
}
</style>