Shades of Neon Blue #3344F9
Tints of Neon Blue #3344F9
RGB
CMYK
RGB Variations
Color information
#3344F9 (or 0x3344F9) is known color: Neon Blue. HEX triplet: 33, 44 and F9. RGB value is (51,68,249). Sum of RGB (Red+Green+Blue) = 51+68+249=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 249 (97.66% from 255 or 67.66% from 368); Max value from RGB is 249 - color contains mainly: blue. Hex color #3344F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3344F9 is #CCBB06. Grayscale: #525252. Windows color (decimal): -13417223 or 16335923. OLE color: 16335923.
HSL color Cylindrical-coordinate representation of color #3344F9: hue angle of 234.85º 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 #3344F9 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 68 | 249 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.02 |
| HSL | 234.85º | 0.94% | 0.59% | - |
| HSV(B) | 234.85º | 0.8% | 0.98% | - |
| XYZ | 20.53 | 11.68 | 90.79 | - |
| YUV | 83.55 | 221.37 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 249 | 0.80 | 0.73 | 0 | 0.02 | 234.85 | 0.94 | 0.59 |
| Hex | 33 | 44 | F9 | 50 | 49 | 0 | 2 | EB | 5E | 3B |
| Octal | 63 | 104 | 371 | 120 | 111 | 0 | 2 | 353 | 136 | 73 |
| Binary | 110011 | 1000100 | 11111001 | 1010000 | 1001001 | 0 | 10 | 11101011 | 1011110 | 111011 |
Color Harmonies of #3344F9
Complementary color
Monochromatic Colors of #3344F9
Black with #3344F9
Text Example
Text Example
White with #3344F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3344F9; }
p { color: rgb(51,68,249); }
H1.HeaderClassName
{
color: #3344F9;
}
.AnyTagClassName
{
color: #3344F9;
}
</style>
background-color css
<style>
a { background-color: #3344F9; }
a { background-color: rgb(51,68,249); }
div.DivClassName
{
background-color: #3344F9;
}
.BgClassName
{
background-color: #3344F9;
}
</style>
border-color css
<style>
span { border-color: #3344F9; }
span { border-color: rgb(51,68,249); }
td.TdClassName
{
border-color: #3344F9;
}
.TagClassName
{
border-color: #3344F9;
}
</style>