Shades of Neon Blue #363FED
Tints of Neon Blue #363FED
RGB
CMYK
RGB Variations
Color information
#363FED (or 0x363FED) is known color: Neon Blue. HEX triplet: 36, 3F and ED. RGB value is (54,63,237). Sum of RGB (Red+Green+Blue) = 54+63+237=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #363FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FED is #C9C012. Grayscale: #4F4F4F. Windows color (decimal): -13221907 or 15548214. OLE color: 15548214.
HSL color Cylindrical-coordinate representation of color #363FED: hue angle of 237.05º 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 #363FED is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 63 | 237 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.07 |
| HSL | 237.05º | 0.84% | 0.57% | - |
| HSV(B) | 237.05º | 0.77% | 0.93% | - |
| XYZ | 18.58 | 10.45 | 81.16 | - |
| YUV | 80.15 | 216.52 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 237 | 0.77 | 0.73 | 0 | 0.07 | 237.05 | 0.84 | 0.57 |
| Hex | 36 | 3F | ED | 4D | 49 | 0 | 7 | ED | 54 | 39 |
| Octal | 66 | 77 | 355 | 115 | 111 | 0 | 7 | 355 | 124 | 71 |
| Binary | 110110 | 111111 | 11101101 | 1001101 | 1001001 | 0 | 111 | 11101101 | 1010100 | 111001 |
Color Harmonies of #363FED
Complementary color
Monochromatic Colors of #363FED
Black with #363FED
Text Example
Text Example
White with #363FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FED; }
p { color: rgb(54,63,237); }
H1.HeaderClassName
{
color: #363FED;
}
.AnyTagClassName
{
color: #363FED;
}
</style>
background-color css
<style>
a { background-color: #363FED; }
a { background-color: rgb(54,63,237); }
div.DivClassName
{
background-color: #363FED;
}
.BgClassName
{
background-color: #363FED;
}
</style>
border-color css
<style>
span { border-color: #363FED; }
span { border-color: rgb(54,63,237); }
td.TdClassName
{
border-color: #363FED;
}
.TagClassName
{
border-color: #363FED;
}
</style>