Shades of Neon Blue #3350F9
Tints of Neon Blue #3350F9
RGB
CMYK
RGB Variations
Color information
#3350F9 (or 0x3350F9) is known color: Neon Blue. HEX triplet: 33, 50 and F9. RGB value is (51,80,249). Sum of RGB (Red+Green+Blue) = 51+80+249=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #3350F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3350F9 is #CCAF06. Grayscale: #595959. Windows color (decimal): -13414151 or 16338995. OLE color: 16338995.
HSL color Cylindrical-coordinate representation of color #3350F9: hue angle of 231.21º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3350F9 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 80 | 249 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.02 |
| HSL | 231.21º | 0.94% | 0.59% | - |
| HSV(B) | 231.21º | 0.8% | 0.98% | - |
| XYZ | 21.33 | 13.28 | 91.06 | - |
| YUV | 90.6 | 217.39 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 249 | 0.80 | 0.68 | 0 | 0.02 | 231.21 | 0.94 | 0.59 |
| Hex | 33 | 50 | F9 | 50 | 44 | 0 | 2 | E7 | 5E | 3B |
| Octal | 63 | 120 | 371 | 120 | 104 | 0 | 2 | 347 | 136 | 73 |
| Binary | 110011 | 1010000 | 11111001 | 1010000 | 1000100 | 0 | 10 | 11100111 | 1011110 | 111011 |
Color Harmonies of #3350F9
Complementary color
Monochromatic Colors of #3350F9
Black with #3350F9
Text Example
Text Example
White with #3350F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350F9; }
p { color: rgb(51,80,249); }
H1.HeaderClassName
{
color: #3350F9;
}
.AnyTagClassName
{
color: #3350F9;
}
</style>
background-color css
<style>
a { background-color: #3350F9; }
a { background-color: rgb(51,80,249); }
div.DivClassName
{
background-color: #3350F9;
}
.BgClassName
{
background-color: #3350F9;
}
</style>
border-color css
<style>
span { border-color: #3350F9; }
span { border-color: rgb(51,80,249); }
td.TdClassName
{
border-color: #3350F9;
}
.TagClassName
{
border-color: #3350F9;
}
</style>