Shades of Neon Blue #3349FF
Tints of Neon Blue #3349FF
RGB
CMYK
RGB Variations
Color information
#3349FF (or 0x3349FF) is known color: Neon Blue. HEX triplet: 33, 49 and FF. RGB value is (51,73,255). Sum of RGB (Red+Green+Blue) = 51+73+255=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #3349FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3349FF is #CCB600. Grayscale: #565656. Windows color (decimal): -13415937 or 16730419. OLE color: 16730419.
HSL color Cylindrical-coordinate representation of color #3349FF: hue angle of 233.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3349FF is Cyan = 0.8, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 73 | 255 | - |
| CMYK | 0.8 | 0.71 | 0 | 0 |
| HSL | 233.53º | 1% | 0.6% | - |
| HSV(B) | 233.53º | 0.8% | 1% | - |
| XYZ | 21.8 | 12.69 | 95.91 | - |
| YUV | 87.17 | 222.71 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 255 | 0.8 | 0.71 | 0 | 0 | 233.53 | 1 | 0.6 |
| Hex | 33 | 49 | FF | 50 | 47 | 0 | 0 | EA | 64 | 3C |
| Octal | 63 | 111 | 377 | 120 | 107 | 0 | 0 | 352 | 144 | 74 |
| Binary | 110011 | 1001001 | 11111111 | 1010000 | 1000111 | 0 | 0 | 11101010 | 1100100 | 111100 |
Color Harmonies of #3349FF
Complementary color
Monochromatic Colors of #3349FF
Black with #3349FF
Text Example
Text Example
White with #3349FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3349FF; }
p { color: rgb(51,73,255); }
H1.HeaderClassName
{
color: #3349FF;
}
.AnyTagClassName
{
color: #3349FF;
}
</style>
background-color css
<style>
a { background-color: #3349FF; }
a { background-color: rgb(51,73,255); }
div.DivClassName
{
background-color: #3349FF;
}
.BgClassName
{
background-color: #3349FF;
}
</style>
border-color css
<style>
span { border-color: #3349FF; }
span { border-color: rgb(51,73,255); }
td.TdClassName
{
border-color: #3349FF;
}
.TagClassName
{
border-color: #3349FF;
}
</style>