Shades of Neon Blue #364BED
Tints of Neon Blue #364BED
RGB
CMYK
RGB Variations
Color information
#364BED (or 0x364BED) is known color: Neon Blue. HEX triplet: 36, 4B and ED. RGB value is (54,75,237). Sum of RGB (Red+Green+Blue) = 54+75+237=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #364BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364BED is #C9B412. Grayscale: #565656. Windows color (decimal): -13218835 or 15551286. OLE color: 15551286.
HSL color Cylindrical-coordinate representation of color #364BED: hue angle of 233.11º 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 #364BED is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 75 | 237 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.07 |
| HSL | 233.11º | 0.84% | 0.57% | - |
| HSV(B) | 233.11º | 0.77% | 0.93% | - |
| XYZ | 19.32 | 11.93 | 81.41 | - |
| YUV | 87.19 | 212.54 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 237 | 0.77 | 0.68 | 0 | 0.07 | 233.11 | 0.84 | 0.57 |
| Hex | 36 | 4B | ED | 4D | 44 | 0 | 7 | E9 | 54 | 39 |
| Octal | 66 | 113 | 355 | 115 | 104 | 0 | 7 | 351 | 124 | 71 |
| Binary | 110110 | 1001011 | 11101101 | 1001101 | 1000100 | 0 | 111 | 11101001 | 1010100 | 111001 |
Color Harmonies of #364BED
Complementary color
Monochromatic Colors of #364BED
Black with #364BED
Text Example
Text Example
White with #364BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364BED; }
p { color: rgb(54,75,237); }
H1.HeaderClassName
{
color: #364BED;
}
.AnyTagClassName
{
color: #364BED;
}
</style>
background-color css
<style>
a { background-color: #364BED; }
a { background-color: rgb(54,75,237); }
div.DivClassName
{
background-color: #364BED;
}
.BgClassName
{
background-color: #364BED;
}
</style>
border-color css
<style>
span { border-color: #364BED; }
span { border-color: rgb(54,75,237); }
td.TdClassName
{
border-color: #364BED;
}
.TagClassName
{
border-color: #364BED;
}
</style>