Shades of Neon Blue #3640F9
Tints of Neon Blue #3640F9
RGB
CMYK
RGB Variations
Color information
#3640F9 (or 0x3640F9) is known color: Neon Blue. HEX triplet: 36, 40 and F9. RGB value is (54,64,249). Sum of RGB (Red+Green+Blue) = 54+64+249=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #3640F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3640F9 is #C9BF06. Grayscale: #515151. Windows color (decimal): -13221639 or 16334902. OLE color: 16334902.
HSL color Cylindrical-coordinate representation of color #3640F9: hue angle of 236.92º 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 #3640F9 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 64 | 249 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.02 |
| HSL | 236.92º | 0.94% | 0.59% | - |
| HSV(B) | 236.92º | 0.78% | 0.98% | - |
| XYZ | 20.45 | 11.29 | 90.72 | - |
| YUV | 82.1 | 222.19 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 249 | 0.78 | 0.74 | 0 | 0.02 | 236.92 | 0.94 | 0.59 |
| Hex | 36 | 40 | F9 | 4E | 4A | 0 | 2 | ED | 5E | 3B |
| Octal | 66 | 100 | 371 | 116 | 112 | 0 | 2 | 355 | 136 | 73 |
| Binary | 110110 | 1000000 | 11111001 | 1001110 | 1001010 | 0 | 10 | 11101101 | 1011110 | 111011 |
Color Harmonies of #3640F9
Complementary color
Monochromatic Colors of #3640F9
Black with #3640F9
Text Example
Text Example
White with #3640F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3640F9; }
p { color: rgb(54,64,249); }
H1.HeaderClassName
{
color: #3640F9;
}
.AnyTagClassName
{
color: #3640F9;
}
</style>
background-color css
<style>
a { background-color: #3640F9; }
a { background-color: rgb(54,64,249); }
div.DivClassName
{
background-color: #3640F9;
}
.BgClassName
{
background-color: #3640F9;
}
</style>
border-color css
<style>
span { border-color: #3640F9; }
span { border-color: rgb(54,64,249); }
td.TdClassName
{
border-color: #3640F9;
}
.TagClassName
{
border-color: #3640F9;
}
</style>