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