Shades of Neon Blue #3339FE
Tints of Neon Blue #3339FE
RGB
CMYK
RGB Variations
Color information
#3339FE (or 0x3339FE) is known color: Neon Blue. HEX triplet: 33, 39 and FE. RGB value is (51,57,254). Sum of RGB (Red+Green+Blue) = 51+57+254=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #3339FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3339FE is #CCC601. Grayscale: #4C4C4C. Windows color (decimal): -13420034 or 16660787. OLE color: 16660787.
HSL color Cylindrical-coordinate representation of color #3339FE: hue angle of 238.23º 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 #3339FE is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 57 | 254 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.00 |
| HSL | 238.23º | 0.99% | 0.6% | - |
| HSV(B) | 238.23º | 0.8% | 1% | - |
| XYZ | 20.72 | 10.79 | 94.76 | - |
| YUV | 77.66 | 227.51 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 254 | 0.80 | 0.78 | 0 | 0.00 | 238.23 | 0.99 | 0.6 |
| Hex | 33 | 39 | FE | 50 | 4E | 0 | 0 | EE | 63 | 3C |
| Octal | 63 | 71 | 376 | 120 | 116 | 0 | 0 | 356 | 143 | 74 |
| Binary | 110011 | 111001 | 11111110 | 1010000 | 1001110 | 0 | 0 | 11101110 | 1100011 | 111100 |
Color Harmonies of #3339FE
Complementary color
Monochromatic Colors of #3339FE
Black with #3339FE
Text Example
Text Example
White with #3339FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3339FE; }
p { color: rgb(51,57,254); }
H1.HeaderClassName
{
color: #3339FE;
}
.AnyTagClassName
{
color: #3339FE;
}
</style>
background-color css
<style>
a { background-color: #3339FE; }
a { background-color: rgb(51,57,254); }
div.DivClassName
{
background-color: #3339FE;
}
.BgClassName
{
background-color: #3339FE;
}
</style>
border-color css
<style>
span { border-color: #3339FE; }
span { border-color: rgb(51,57,254); }
td.TdClassName
{
border-color: #3339FE;
}
.TagClassName
{
border-color: #3339FE;
}
</style>