Shades of Neon Blue #3B33FE
Tints of Neon Blue #3B33FE
RGB
CMYK
RGB Variations
Color information
#3B33FE (or 0x3B33FE) is known color: Neon Blue. HEX triplet: 3B, 33 and FE. RGB value is (59,51,254). Sum of RGB (Red+Green+Blue) = 59+51+254=364 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.21% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B33FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B33FE is #C4CC01. Grayscale: #4B4B4B. Windows color (decimal): -12897282 or 16659259. OLE color: 16659259.
HSL color Cylindrical-coordinate representation of color #3B33FE: hue angle of 242.36º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B33FE is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 51 | 254 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.00 |
| HSL | 242.36º | 0.99% | 0.6% | - |
| HSV(B) | 242.36º | 0.8% | 1% | - |
| XYZ | 20.88 | 10.45 | 94.68 | - |
| YUV | 76.53 | 228.15 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 254 | 0.77 | 0.80 | 0 | 0.00 | 242.36 | 0.99 | 0.6 |
| Hex | 3B | 33 | FE | 4D | 50 | 0 | 0 | F2 | 63 | 3C |
| Octal | 73 | 63 | 376 | 115 | 120 | 0 | 0 | 362 | 143 | 74 |
| Binary | 111011 | 110011 | 11111110 | 1001101 | 1010000 | 0 | 0 | 11110010 | 1100011 | 111100 |
Color Harmonies of #3B33FE
Complementary color
Monochromatic Colors of #3B33FE
Black with #3B33FE
Text Example
Text Example
White with #3B33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B33FE; }
p { color: rgb(59,51,254); }
H1.HeaderClassName
{
color: #3B33FE;
}
.AnyTagClassName
{
color: #3B33FE;
}
</style>
background-color css
<style>
a { background-color: #3B33FE; }
a { background-color: rgb(59,51,254); }
div.DivClassName
{
background-color: #3B33FE;
}
.BgClassName
{
background-color: #3B33FE;
}
</style>
border-color css
<style>
span { border-color: #3B33FE; }
span { border-color: rgb(59,51,254); }
td.TdClassName
{
border-color: #3B33FE;
}
.TagClassName
{
border-color: #3B33FE;
}
</style>