Shades of Neon Blue #363FEE
Tints of Neon Blue #363FEE
RGB
CMYK
RGB Variations
Color information
#363FEE (or 0x363FEE) is known color: Neon Blue. HEX triplet: 36, 3F and EE. RGB value is (54,63,238). Sum of RGB (Red+Green+Blue) = 54+63+238=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #363FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FEE is #C9C011. Grayscale: #4F4F4F. Windows color (decimal): -13221906 or 15613750. OLE color: 15613750.
HSL color Cylindrical-coordinate representation of color #363FEE: hue angle of 237.07º 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 #363FEE is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 63 | 238 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.07 |
| HSL | 237.07º | 0.84% | 0.57% | - |
| HSV(B) | 237.07º | 0.77% | 0.93% | - |
| XYZ | 18.73 | 10.51 | 81.93 | - |
| YUV | 80.26 | 217.02 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 238 | 0.77 | 0.74 | 0 | 0.07 | 237.07 | 0.84 | 0.57 |
| Hex | 36 | 3F | EE | 4D | 4A | 0 | 7 | ED | 54 | 39 |
| Octal | 66 | 77 | 356 | 115 | 112 | 0 | 7 | 355 | 124 | 71 |
| Binary | 110110 | 111111 | 11101110 | 1001101 | 1001010 | 0 | 111 | 11101101 | 1010100 | 111001 |
Color Harmonies of #363FEE
Complementary color
Monochromatic Colors of #363FEE
Black with #363FEE
Text Example
Text Example
White with #363FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FEE; }
p { color: rgb(54,63,238); }
H1.HeaderClassName
{
color: #363FEE;
}
.AnyTagClassName
{
color: #363FEE;
}
</style>
background-color css
<style>
a { background-color: #363FEE; }
a { background-color: rgb(54,63,238); }
div.DivClassName
{
background-color: #363FEE;
}
.BgClassName
{
background-color: #363FEE;
}
</style>
border-color css
<style>
span { border-color: #363FEE; }
span { border-color: rgb(54,63,238); }
td.TdClassName
{
border-color: #363FEE;
}
.TagClassName
{
border-color: #363FEE;
}
</style>