Shades of Neon Blue #3350FC
Tints of Neon Blue #3350FC
RGB
CMYK
RGB Variations
Color information
#3350FC (or 0x3350FC) is known color: Neon Blue. HEX triplet: 33, 50 and FC. RGB value is (51,80,252). Sum of RGB (Red+Green+Blue) = 51+80+252=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #3350FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3350FC is #CCAF03. Grayscale: #5A5A5A. Windows color (decimal): -13414148 or 16535603. OLE color: 16535603.
HSL color Cylindrical-coordinate representation of color #3350FC: hue angle of 231.34º 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 #3350FC is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 80 | 252 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.01 |
| HSL | 231.34º | 0.97% | 0.59% | - |
| HSV(B) | 231.34º | 0.8% | 0.99% | - |
| XYZ | 21.8 | 13.47 | 93.55 | - |
| YUV | 90.94 | 218.89 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 252 | 0.80 | 0.68 | 0 | 0.01 | 231.34 | 0.97 | 0.59 |
| Hex | 33 | 50 | FC | 50 | 44 | 0 | 1 | E7 | 61 | 3B |
| Octal | 63 | 120 | 374 | 120 | 104 | 0 | 1 | 347 | 141 | 73 |
| Binary | 110011 | 1010000 | 11111100 | 1010000 | 1000100 | 0 | 1 | 11100111 | 1100001 | 111011 |
Color Harmonies of #3350FC
Complementary color
Monochromatic Colors of #3350FC
Black with #3350FC
Text Example
Text Example
White with #3350FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350FC; }
p { color: rgb(51,80,252); }
H1.HeaderClassName
{
color: #3350FC;
}
.AnyTagClassName
{
color: #3350FC;
}
</style>
background-color css
<style>
a { background-color: #3350FC; }
a { background-color: rgb(51,80,252); }
div.DivClassName
{
background-color: #3350FC;
}
.BgClassName
{
background-color: #3350FC;
}
</style>
border-color css
<style>
span { border-color: #3350FC; }
span { border-color: rgb(51,80,252); }
td.TdClassName
{
border-color: #3350FC;
}
.TagClassName
{
border-color: #3350FC;
}
</style>