Shades of Neon Blue #364DF9
Tints of Neon Blue #364DF9
RGB
CMYK
RGB Variations
Color information
#364DF9 (or 0x364DF9) is known color: Neon Blue. HEX triplet: 36, 4D and F9. RGB value is (54,77,249). Sum of RGB (Red+Green+Blue) = 54+77+249=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 77 (30.47% from 255 or 20.26% 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 #364DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364DF9 is #C9B206. Grayscale: #595959. Windows color (decimal): -13218311 or 16338230. OLE color: 16338230.
HSL color Cylindrical-coordinate representation of color #364DF9: hue angle of 232.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 #364DF9 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 77 | 249 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.02 |
| HSL | 232.92º | 0.94% | 0.59% | - |
| HSV(B) | 232.92º | 0.78% | 0.98% | - |
| XYZ | 21.27 | 12.93 | 91 | - |
| YUV | 89.73 | 217.88 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 249 | 0.78 | 0.69 | 0 | 0.02 | 232.92 | 0.94 | 0.59 |
| Hex | 36 | 4D | F9 | 4E | 45 | 0 | 2 | E9 | 5E | 3B |
| Octal | 66 | 115 | 371 | 116 | 105 | 0 | 2 | 351 | 136 | 73 |
| Binary | 110110 | 1001101 | 11111001 | 1001110 | 1000101 | 0 | 10 | 11101001 | 1011110 | 111011 |
Color Harmonies of #364DF9
Complementary color
Monochromatic Colors of #364DF9
Black with #364DF9
Text Example
Text Example
White with #364DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DF9; }
p { color: rgb(54,77,249); }
H1.HeaderClassName
{
color: #364DF9;
}
.AnyTagClassName
{
color: #364DF9;
}
</style>
background-color css
<style>
a { background-color: #364DF9; }
a { background-color: rgb(54,77,249); }
div.DivClassName
{
background-color: #364DF9;
}
.BgClassName
{
background-color: #364DF9;
}
</style>
border-color css
<style>
span { border-color: #364DF9; }
span { border-color: rgb(54,77,249); }
td.TdClassName
{
border-color: #364DF9;
}
.TagClassName
{
border-color: #364DF9;
}
</style>