Shades of Neon Blue #3533FE
Tints of Neon Blue #3533FE
RGB
CMYK
RGB Variations
Color information
#3533FE (or 0x3533FE) is known color: Neon Blue. HEX triplet: 35, 33 and FE. RGB value is (53,51,254). Sum of RGB (Red+Green+Blue) = 53+51+254=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #3533FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3533FE is #CACC01. Grayscale: #494949. Windows color (decimal): -13290498 or 16659253. OLE color: 16659253.
HSL color Cylindrical-coordinate representation of color #3533FE: hue angle of 240.59º 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 #3533FE is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 51 | 254 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.00 |
| HSL | 240.59º | 0.99% | 0.6% | - |
| HSV(B) | 240.59º | 0.8% | 1% | - |
| XYZ | 20.54 | 10.28 | 94.67 | - |
| YUV | 74.74 | 229.16 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 51 | 254 | 0.79 | 0.80 | 0 | 0.00 | 240.59 | 0.99 | 0.6 |
| Hex | 35 | 33 | FE | 4F | 50 | 0 | 0 | F1 | 63 | 3C |
| Octal | 65 | 63 | 376 | 117 | 120 | 0 | 0 | 361 | 143 | 74 |
| Binary | 110101 | 110011 | 11111110 | 1001111 | 1010000 | 0 | 0 | 11110001 | 1100011 | 111100 |
Color Harmonies of #3533FE
Complementary color
Monochromatic Colors of #3533FE
Black with #3533FE
Text Example
Text Example
White with #3533FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3533FE; }
p { color: rgb(53,51,254); }
H1.HeaderClassName
{
color: #3533FE;
}
.AnyTagClassName
{
color: #3533FE;
}
</style>
background-color css
<style>
a { background-color: #3533FE; }
a { background-color: rgb(53,51,254); }
div.DivClassName
{
background-color: #3533FE;
}
.BgClassName
{
background-color: #3533FE;
}
</style>
border-color css
<style>
span { border-color: #3533FE; }
span { border-color: rgb(53,51,254); }
td.TdClassName
{
border-color: #3533FE;
}
.TagClassName
{
border-color: #3533FE;
}
</style>