Shades of Neon Blue #3354FF
Tints of Neon Blue #3354FF
RGB
CMYK
RGB Variations
Color information
#3354FF (or 0x3354FF) is known color: Neon Blue. HEX triplet: 33, 54 and FF. RGB value is (51,84,255). Sum of RGB (Red+Green+Blue) = 51+84+255=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #3354FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3354FF is #CCAB00. Grayscale: #5C5C5C. Windows color (decimal): -13413121 or 16733235. OLE color: 16733235.
HSL color Cylindrical-coordinate representation of color #3354FF: hue angle of 230.29º 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 #3354FF is Cyan = 0.8, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 84 | 255 | - |
| CMYK | 0.8 | 0.67 | 0 | 0 |
| HSL | 230.29º | 1% | 0.6% | - |
| HSV(B) | 230.29º | 0.8% | 1% | - |
| XYZ | 22.59 | 14.26 | 96.17 | - |
| YUV | 93.63 | 219.07 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 255 | 0.8 | 0.67 | 0 | 0 | 230.29 | 1 | 0.6 |
| Hex | 33 | 54 | FF | 50 | 43 | 0 | 0 | E6 | 64 | 3C |
| Octal | 63 | 124 | 377 | 120 | 103 | 0 | 0 | 346 | 144 | 74 |
| Binary | 110011 | 1010100 | 11111111 | 1010000 | 1000011 | 0 | 0 | 11100110 | 1100100 | 111100 |
Color Harmonies of #3354FF
Complementary color
Monochromatic Colors of #3354FF
Black with #3354FF
Text Example
Text Example
White with #3354FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3354FF; }
p { color: rgb(51,84,255); }
H1.HeaderClassName
{
color: #3354FF;
}
.AnyTagClassName
{
color: #3354FF;
}
</style>
background-color css
<style>
a { background-color: #3354FF; }
a { background-color: rgb(51,84,255); }
div.DivClassName
{
background-color: #3354FF;
}
.BgClassName
{
background-color: #3354FF;
}
</style>
border-color css
<style>
span { border-color: #3354FF; }
span { border-color: rgb(51,84,255); }
td.TdClassName
{
border-color: #3354FF;
}
.TagClassName
{
border-color: #3354FF;
}
</style>