Shades of Neon Blue #3B2FFE
Tints of Neon Blue #3B2FFE
RGB
CMYK
RGB Variations
Color information
#3B2FFE (or 0x3B2FFE) is known color: Neon Blue. HEX triplet: 3B, 2F and FE. RGB value is (59,47,254). Sum of RGB (Red+Green+Blue) = 59+47+254=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B2FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2FFE is #C4D001. Grayscale: #494949. Windows color (decimal): -12898306 or 16658235. OLE color: 16658235.
HSL color Cylindrical-coordinate representation of color #3B2FFE: hue angle of 243.48º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B2FFE is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 47 | 254 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.00 |
| HSL | 243.48º | 0.99% | 0.59% | - |
| HSV(B) | 243.48º | 0.81% | 1% | - |
| XYZ | 20.71 | 10.12 | 94.63 | - |
| YUV | 74.19 | 229.48 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 254 | 0.77 | 0.81 | 0 | 0.00 | 243.48 | 0.99 | 0.59 |
| Hex | 3B | 2F | FE | 4D | 51 | 0 | 0 | F3 | 63 | 3B |
| Octal | 73 | 57 | 376 | 115 | 121 | 0 | 0 | 363 | 143 | 73 |
| Binary | 111011 | 101111 | 11111110 | 1001101 | 1010001 | 0 | 0 | 11110011 | 1100011 | 111011 |
Color Harmonies of #3B2FFE
Complementary color
Monochromatic Colors of #3B2FFE
Black with #3B2FFE
Text Example
Text Example
White with #3B2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2FFE; }
p { color: rgb(59,47,254); }
H1.HeaderClassName
{
color: #3B2FFE;
}
.AnyTagClassName
{
color: #3B2FFE;
}
</style>
background-color css
<style>
a { background-color: #3B2FFE; }
a { background-color: rgb(59,47,254); }
div.DivClassName
{
background-color: #3B2FFE;
}
.BgClassName
{
background-color: #3B2FFE;
}
</style>
border-color css
<style>
span { border-color: #3B2FFE; }
span { border-color: rgb(59,47,254); }
td.TdClassName
{
border-color: #3B2FFE;
}
.TagClassName
{
border-color: #3B2FFE;
}
</style>