Shades of Neon Blue #364DF8
Tints of Neon Blue #364DF8
RGB
CMYK
RGB Variations
Color information
#364DF8 (or 0x364DF8) is known color: Neon Blue. HEX triplet: 36, 4D and F8. RGB value is (54,77,248). Sum of RGB (Red+Green+Blue) = 54+77+248=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #364DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364DF8 is #C9B207. Grayscale: #585858. Windows color (decimal): -13218312 or 16272694. OLE color: 16272694.
HSL color Cylindrical-coordinate representation of color #364DF8: hue angle of 232.89º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #364DF8 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 77 | 248 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.03 |
| HSL | 232.89º | 0.93% | 0.59% | - |
| HSV(B) | 232.89º | 0.78% | 0.97% | - |
| XYZ | 21.12 | 12.87 | 90.18 | - |
| YUV | 89.62 | 217.38 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 248 | 0.78 | 0.69 | 0 | 0.03 | 232.89 | 0.93 | 0.59 |
| Hex | 36 | 4D | F8 | 4E | 45 | 0 | 3 | E9 | 5D | 3B |
| Octal | 66 | 115 | 370 | 116 | 105 | 0 | 3 | 351 | 135 | 73 |
| Binary | 110110 | 1001101 | 11111000 | 1001110 | 1000101 | 0 | 11 | 11101001 | 1011101 | 111011 |
Color Harmonies of #364DF8
Complementary color
Monochromatic Colors of #364DF8
Black with #364DF8
Text Example
Text Example
White with #364DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DF8; }
p { color: rgb(54,77,248); }
H1.HeaderClassName
{
color: #364DF8;
}
.AnyTagClassName
{
color: #364DF8;
}
</style>
background-color css
<style>
a { background-color: #364DF8; }
a { background-color: rgb(54,77,248); }
div.DivClassName
{
background-color: #364DF8;
}
.BgClassName
{
background-color: #364DF8;
}
</style>
border-color css
<style>
span { border-color: #364DF8; }
span { border-color: rgb(54,77,248); }
td.TdClassName
{
border-color: #364DF8;
}
.TagClassName
{
border-color: #364DF8;
}
</style>