Shades of Neon Blue #363FEA
Tints of Neon Blue #363FEA
RGB
CMYK
RGB Variations
Color information
#363FEA (or 0x363FEA) is known color: Neon Blue. HEX triplet: 36, 3F and EA. RGB value is (54,63,234). Sum of RGB (Red+Green+Blue) = 54+63+234=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #363FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FEA is #C9C015. Grayscale: #4F4F4F. Windows color (decimal): -13221910 or 15351606. OLE color: 15351606.
HSL color Cylindrical-coordinate representation of color #363FEA: hue angle of 237º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363FEA is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 63 | 234 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.08 |
| HSL | 237º | 0.81% | 0.56% | - |
| HSV(B) | 237º | 0.77% | 0.92% | - |
| XYZ | 18.15 | 10.28 | 78.87 | - |
| YUV | 79.8 | 215.02 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 234 | 0.77 | 0.73 | 0 | 0.08 | 237 | 0.81 | 0.56 |
| Hex | 36 | 3F | EA | 4D | 49 | 0 | 8 | ED | 51 | 38 |
| Octal | 66 | 77 | 352 | 115 | 111 | 0 | 10 | 355 | 121 | 70 |
| Binary | 110110 | 111111 | 11101010 | 1001101 | 1001001 | 0 | 1000 | 11101101 | 1010001 | 111000 |
Color Harmonies of #363FEA
Complementary color
Monochromatic Colors of #363FEA
Black with #363FEA
Text Example
Text Example
White with #363FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FEA; }
p { color: rgb(54,63,234); }
H1.HeaderClassName
{
color: #363FEA;
}
.AnyTagClassName
{
color: #363FEA;
}
</style>
background-color css
<style>
a { background-color: #363FEA; }
a { background-color: rgb(54,63,234); }
div.DivClassName
{
background-color: #363FEA;
}
.BgClassName
{
background-color: #363FEA;
}
</style>
border-color css
<style>
span { border-color: #363FEA; }
span { border-color: rgb(54,63,234); }
td.TdClassName
{
border-color: #363FEA;
}
.TagClassName
{
border-color: #363FEA;
}
</style>