Shades of Neon Blue #3B32EF
Tints of Neon Blue #3B32EF
RGB
CMYK
RGB Variations
Color information
#3B32EF (or 0x3B32EF) is known color: Neon Blue. HEX triplet: 3B, 32 and EF. RGB value is (59,50,239). Sum of RGB (Red+Green+Blue) = 59+50+239=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B32EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B32EF is #C4CD10. Grayscale: #494949. Windows color (decimal): -12897553 or 15675963. OLE color: 15675963.
HSL color Cylindrical-coordinate representation of color #3B32EF: hue angle of 242.86º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B32EF is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 50 | 239 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.06 |
| HSL | 242.86º | 0.86% | 0.57% | - |
| HSV(B) | 242.86º | 0.79% | 0.94% | - |
| XYZ | 18.52 | 9.44 | 82.51 | - |
| YUV | 74.24 | 220.98 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 239 | 0.75 | 0.79 | 0 | 0.06 | 242.86 | 0.86 | 0.57 |
| Hex | 3B | 32 | EF | 4B | 4F | 0 | 6 | F3 | 56 | 39 |
| Octal | 73 | 62 | 357 | 113 | 117 | 0 | 6 | 363 | 126 | 71 |
| Binary | 111011 | 110010 | 11101111 | 1001011 | 1001111 | 0 | 110 | 11110011 | 1010110 | 111001 |
Color Harmonies of #3B32EF
Complementary color
Monochromatic Colors of #3B32EF
Black with #3B32EF
Text Example
Text Example
White with #3B32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B32EF; }
p { color: rgb(59,50,239); }
H1.HeaderClassName
{
color: #3B32EF;
}
.AnyTagClassName
{
color: #3B32EF;
}
</style>
background-color css
<style>
a { background-color: #3B32EF; }
a { background-color: rgb(59,50,239); }
div.DivClassName
{
background-color: #3B32EF;
}
.BgClassName
{
background-color: #3B32EF;
}
</style>
border-color css
<style>
span { border-color: #3B32EF; }
span { border-color: rgb(59,50,239); }
td.TdClassName
{
border-color: #3B32EF;
}
.TagClassName
{
border-color: #3B32EF;
}
</style>