Shades of Neon Blue #363FEF
Tints of Neon Blue #363FEF
RGB
CMYK
RGB Variations
Color information
#363FEF (or 0x363FEF) is known color: Neon Blue. HEX triplet: 36, 3F and EF. RGB value is (54,63,239). Sum of RGB (Red+Green+Blue) = 54+63+239=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #363FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FEF is #C9C010. Grayscale: #4F4F4F. Windows color (decimal): -13221905 or 15679286. OLE color: 15679286.
HSL color Cylindrical-coordinate representation of color #363FEF: hue angle of 237.08º 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 #363FEF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 63 | 239 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.06 |
| HSL | 237.08º | 0.85% | 0.57% | - |
| HSV(B) | 237.08º | 0.77% | 0.94% | - |
| XYZ | 18.88 | 10.57 | 82.71 | - |
| YUV | 80.37 | 217.52 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 239 | 0.77 | 0.74 | 0 | 0.06 | 237.08 | 0.85 | 0.57 |
| Hex | 36 | 3F | EF | 4D | 4A | 0 | 6 | ED | 55 | 39 |
| Octal | 66 | 77 | 357 | 115 | 112 | 0 | 6 | 355 | 125 | 71 |
| Binary | 110110 | 111111 | 11101111 | 1001101 | 1001010 | 0 | 110 | 11101101 | 1010101 | 111001 |
Color Harmonies of #363FEF
Complementary color
Monochromatic Colors of #363FEF
Black with #363FEF
Text Example
Text Example
White with #363FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FEF; }
p { color: rgb(54,63,239); }
H1.HeaderClassName
{
color: #363FEF;
}
.AnyTagClassName
{
color: #363FEF;
}
</style>
background-color css
<style>
a { background-color: #363FEF; }
a { background-color: rgb(54,63,239); }
div.DivClassName
{
background-color: #363FEF;
}
.BgClassName
{
background-color: #363FEF;
}
</style>
border-color css
<style>
span { border-color: #363FEF; }
span { border-color: rgb(54,63,239); }
td.TdClassName
{
border-color: #363FEF;
}
.TagClassName
{
border-color: #363FEF;
}
</style>