Shades of Neon Blue #364FED
Tints of Neon Blue #364FED
RGB
CMYK
RGB Variations
Color information
#364FED (or 0x364FED) is known color: Neon Blue. HEX triplet: 36, 4F and ED. RGB value is (54,79,237). Sum of RGB (Red+Green+Blue) = 54+79+237=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #364FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364FED is #C9B012. Grayscale: #585858. Windows color (decimal): -13217811 or 15552310. OLE color: 15552310.
HSL color Cylindrical-coordinate representation of color #364FED: hue angle of 231.8º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #364FED is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 79 | 237 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.07 |
| HSL | 231.8º | 0.84% | 0.57% | - |
| HSV(B) | 231.8º | 0.77% | 0.93% | - |
| XYZ | 19.6 | 12.49 | 81.5 | - |
| YUV | 89.54 | 211.22 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 237 | 0.77 | 0.67 | 0 | 0.07 | 231.8 | 0.84 | 0.57 |
| Hex | 36 | 4F | ED | 4D | 43 | 0 | 7 | E8 | 54 | 39 |
| Octal | 66 | 117 | 355 | 115 | 103 | 0 | 7 | 350 | 124 | 71 |
| Binary | 110110 | 1001111 | 11101101 | 1001101 | 1000011 | 0 | 111 | 11101000 | 1010100 | 111001 |
Color Harmonies of #364FED
Complementary color
Monochromatic Colors of #364FED
Black with #364FED
Text Example
Text Example
White with #364FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364FED; }
p { color: rgb(54,79,237); }
H1.HeaderClassName
{
color: #364FED;
}
.AnyTagClassName
{
color: #364FED;
}
</style>
background-color css
<style>
a { background-color: #364FED; }
a { background-color: rgb(54,79,237); }
div.DivClassName
{
background-color: #364FED;
}
.BgClassName
{
background-color: #364FED;
}
</style>
border-color css
<style>
span { border-color: #364FED; }
span { border-color: rgb(54,79,237); }
td.TdClassName
{
border-color: #364FED;
}
.TagClassName
{
border-color: #364FED;
}
</style>