Shades of Neon Blue #363DEF
Tints of Neon Blue #363DEF
RGB
CMYK
RGB Variations
Color information
#363DEF (or 0x363DEF) is known color: Neon Blue. HEX triplet: 36, 3D and EF. RGB value is (54,61,239). Sum of RGB (Red+Green+Blue) = 54+61+239=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #363DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363DEF is #C9C210. Grayscale: #4E4E4E. Windows color (decimal): -13222417 or 15678774. OLE color: 15678774.
HSL color Cylindrical-coordinate representation of color #363DEF: hue angle of 237.73º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363DEF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 61 | 239 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.06 |
| HSL | 237.73º | 0.85% | 0.57% | - |
| HSV(B) | 237.73º | 0.77% | 0.94% | - |
| XYZ | 18.77 | 10.35 | 82.67 | - |
| YUV | 79.2 | 218.18 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 239 | 0.77 | 0.74 | 0 | 0.06 | 237.73 | 0.85 | 0.57 |
| Hex | 36 | 3D | EF | 4D | 4A | 0 | 6 | EE | 55 | 39 |
| Octal | 66 | 75 | 357 | 115 | 112 | 0 | 6 | 356 | 125 | 71 |
| Binary | 110110 | 111101 | 11101111 | 1001101 | 1001010 | 0 | 110 | 11101110 | 1010101 | 111001 |
Color Harmonies of #363DEF
Complementary color
Monochromatic Colors of #363DEF
Black with #363DEF
Text Example
Text Example
White with #363DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DEF; }
p { color: rgb(54,61,239); }
H1.HeaderClassName
{
color: #363DEF;
}
.AnyTagClassName
{
color: #363DEF;
}
</style>
background-color css
<style>
a { background-color: #363DEF; }
a { background-color: rgb(54,61,239); }
div.DivClassName
{
background-color: #363DEF;
}
.BgClassName
{
background-color: #363DEF;
}
</style>
border-color css
<style>
span { border-color: #363DEF; }
span { border-color: rgb(54,61,239); }
td.TdClassName
{
border-color: #363DEF;
}
.TagClassName
{
border-color: #363DEF;
}
</style>