Shades of Neon Blue #3649F9
Tints of Neon Blue #3649F9
RGB
CMYK
RGB Variations
Color information
#3649F9 (or 0x3649F9) is known color: Neon Blue. HEX triplet: 36, 49 and F9. RGB value is (54,73,249). Sum of RGB (Red+Green+Blue) = 54+73+249=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #3649F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3649F9 is #C9B606. Grayscale: #565656. Windows color (decimal): -13219335 or 16337206. OLE color: 16337206.
HSL color Cylindrical-coordinate representation of color #3649F9: hue angle of 234.15º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3649F9 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 73 | 249 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.02 |
| HSL | 234.15º | 0.94% | 0.59% | - |
| HSV(B) | 234.15º | 0.78% | 0.98% | - |
| XYZ | 21 | 12.39 | 90.91 | - |
| YUV | 87.38 | 219.21 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 249 | 0.78 | 0.71 | 0 | 0.02 | 234.15 | 0.94 | 0.59 |
| Hex | 36 | 49 | F9 | 4E | 47 | 0 | 2 | EA | 5E | 3B |
| Octal | 66 | 111 | 371 | 116 | 107 | 0 | 2 | 352 | 136 | 73 |
| Binary | 110110 | 1001001 | 11111001 | 1001110 | 1000111 | 0 | 10 | 11101010 | 1011110 | 111011 |
Color Harmonies of #3649F9
Complementary color
Monochromatic Colors of #3649F9
Black with #3649F9
Text Example
Text Example
White with #3649F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3649F9; }
p { color: rgb(54,73,249); }
H1.HeaderClassName
{
color: #3649F9;
}
.AnyTagClassName
{
color: #3649F9;
}
</style>
background-color css
<style>
a { background-color: #3649F9; }
a { background-color: rgb(54,73,249); }
div.DivClassName
{
background-color: #3649F9;
}
.BgClassName
{
background-color: #3649F9;
}
</style>
border-color css
<style>
span { border-color: #3649F9; }
span { border-color: rgb(54,73,249); }
td.TdClassName
{
border-color: #3649F9;
}
.TagClassName
{
border-color: #3649F9;
}
</style>