Shades of Neon Blue #3336FD
Tints of Neon Blue #3336FD
RGB
CMYK
RGB Variations
Color information
#3336FD (or 0x3336FD) is known color: Neon Blue. HEX triplet: 33, 36 and FD. RGB value is (51,54,253). Sum of RGB (Red+Green+Blue) = 51+54+253=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #3336FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3336FD is #CCC902. Grayscale: #4A4A4A. Windows color (decimal): -13420803 or 16594483. OLE color: 16594483.
HSL color Cylindrical-coordinate representation of color #3336FD: hue angle of 239.11º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3336FD is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 54 | 253 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.01 |
| HSL | 239.11º | 0.98% | 0.6% | - |
| HSV(B) | 239.11º | 0.8% | 0.99% | - |
| XYZ | 20.41 | 10.43 | 93.87 | - |
| YUV | 75.79 | 228.01 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 253 | 0.80 | 0.79 | 0 | 0.01 | 239.11 | 0.98 | 0.6 |
| Hex | 33 | 36 | FD | 50 | 4F | 0 | 1 | EF | 62 | 3C |
| Octal | 63 | 66 | 375 | 120 | 117 | 0 | 1 | 357 | 142 | 74 |
| Binary | 110011 | 110110 | 11111101 | 1010000 | 1001111 | 0 | 1 | 11101111 | 1100010 | 111100 |
Color Harmonies of #3336FD
Complementary color
Monochromatic Colors of #3336FD
Black with #3336FD
Text Example
Text Example
White with #3336FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3336FD; }
p { color: rgb(51,54,253); }
H1.HeaderClassName
{
color: #3336FD;
}
.AnyTagClassName
{
color: #3336FD;
}
</style>
background-color css
<style>
a { background-color: #3336FD; }
a { background-color: rgb(51,54,253); }
div.DivClassName
{
background-color: #3336FD;
}
.BgClassName
{
background-color: #3336FD;
}
</style>
border-color css
<style>
span { border-color: #3336FD; }
span { border-color: rgb(51,54,253); }
td.TdClassName
{
border-color: #3336FD;
}
.TagClassName
{
border-color: #3336FD;
}
</style>