Shades of Neon Blue #3353FC
Tints of Neon Blue #3353FC
RGB
CMYK
RGB Variations
Color information
#3353FC (or 0x3353FC) is known color: Neon Blue. HEX triplet: 33, 53 and FC. RGB value is (51,83,252). Sum of RGB (Red+Green+Blue) = 51+83+252=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #3353FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3353FC is #CCAC03. Grayscale: #5B5B5B. Windows color (decimal): -13413380 or 16536371. OLE color: 16536371.
HSL color Cylindrical-coordinate representation of color #3353FC: hue angle of 230.45º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3353FC is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 83 | 252 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.01 |
| HSL | 230.45º | 0.97% | 0.59% | - |
| HSV(B) | 230.45º | 0.8% | 0.99% | - |
| XYZ | 22.03 | 13.92 | 93.62 | - |
| YUV | 92.7 | 217.9 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 252 | 0.80 | 0.67 | 0 | 0.01 | 230.45 | 0.97 | 0.59 |
| Hex | 33 | 53 | FC | 50 | 43 | 0 | 1 | E6 | 61 | 3B |
| Octal | 63 | 123 | 374 | 120 | 103 | 0 | 1 | 346 | 141 | 73 |
| Binary | 110011 | 1010011 | 11111100 | 1010000 | 1000011 | 0 | 1 | 11100110 | 1100001 | 111011 |
Color Harmonies of #3353FC
Complementary color
Monochromatic Colors of #3353FC
Black with #3353FC
Text Example
Text Example
White with #3353FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3353FC; }
p { color: rgb(51,83,252); }
H1.HeaderClassName
{
color: #3353FC;
}
.AnyTagClassName
{
color: #3353FC;
}
</style>
background-color css
<style>
a { background-color: #3353FC; }
a { background-color: rgb(51,83,252); }
div.DivClassName
{
background-color: #3353FC;
}
.BgClassName
{
background-color: #3353FC;
}
</style>
border-color css
<style>
span { border-color: #3353FC; }
span { border-color: rgb(51,83,252); }
td.TdClassName
{
border-color: #3353FC;
}
.TagClassName
{
border-color: #3353FC;
}
</style>