Shades of Neon Blue #363FE3
Tints of Neon Blue #363FE3
RGB
CMYK
RGB Variations
Color information
#363FE3 (or 0x363FE3) is known color: Neon Blue. HEX triplet: 36, 3F and E3. RGB value is (54,63,227). Sum of RGB (Red+Green+Blue) = 54+63+227=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 227 (89.06% from 255 or 65.99% from 344); Max value from RGB is 227 - color contains mainly: blue. Hex color #363FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FE3 is #C9C01C. Grayscale: #4E4E4E. Windows color (decimal): -13221917 or 14892854. OLE color: 14892854.
HSL color Cylindrical-coordinate representation of color #363FE3: hue angle of 236.88º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363FE3 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 63 | 227 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.11 |
| HSL | 236.88º | 0.76% | 0.55% | - |
| HSV(B) | 236.88º | 0.76% | 0.89% | - |
| XYZ | 17.16 | 9.89 | 73.68 | - |
| YUV | 79.01 | 211.52 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 227 | 0.76 | 0.72 | 0 | 0.11 | 236.88 | 0.76 | 0.55 |
| Hex | 36 | 3F | E3 | 4C | 48 | 0 | B | ED | 4C | 37 |
| Octal | 66 | 77 | 343 | 114 | 110 | 0 | 13 | 355 | 114 | 67 |
| Binary | 110110 | 111111 | 11100011 | 1001100 | 1001000 | 0 | 1011 | 11101101 | 1001100 | 110111 |
Color Harmonies of #363FE3
Complementary color
Monochromatic Colors of #363FE3
Black with #363FE3
Text Example
Text Example
White with #363FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FE3; }
p { color: rgb(54,63,227); }
H1.HeaderClassName
{
color: #363FE3;
}
.AnyTagClassName
{
color: #363FE3;
}
</style>
background-color css
<style>
a { background-color: #363FE3; }
a { background-color: rgb(54,63,227); }
div.DivClassName
{
background-color: #363FE3;
}
.BgClassName
{
background-color: #363FE3;
}
</style>
border-color css
<style>
span { border-color: #363FE3; }
span { border-color: rgb(54,63,227); }
td.TdClassName
{
border-color: #363FE3;
}
.TagClassName
{
border-color: #363FE3;
}
</style>