Shades of Neon Blue #363FE7
Tints of Neon Blue #363FE7
RGB
CMYK
RGB Variations
Color information
#363FE7 (or 0x363FE7) is known color: Neon Blue. HEX triplet: 36, 3F and E7. RGB value is (54,63,231). Sum of RGB (Red+Green+Blue) = 54+63+231=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 231 (90.62% from 255 or 66.38% from 348); Max value from RGB is 231 - color contains mainly: blue. Hex color #363FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FE7 is #C9C018. Grayscale: #4E4E4E. Windows color (decimal): -13221913 or 15154998. OLE color: 15154998.
HSL color Cylindrical-coordinate representation of color #363FE7: hue angle of 236.95º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363FE7 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 63 | 231 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.09 |
| HSL | 236.95º | 0.79% | 0.56% | - |
| HSV(B) | 236.95º | 0.77% | 0.91% | - |
| XYZ | 17.72 | 10.11 | 76.62 | - |
| YUV | 79.46 | 213.52 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 231 | 0.77 | 0.73 | 0 | 0.09 | 236.95 | 0.79 | 0.56 |
| Hex | 36 | 3F | E7 | 4D | 49 | 0 | 9 | ED | 4F | 38 |
| Octal | 66 | 77 | 347 | 115 | 111 | 0 | 11 | 355 | 117 | 70 |
| Binary | 110110 | 111111 | 11100111 | 1001101 | 1001001 | 0 | 1001 | 11101101 | 1001111 | 111000 |
Color Harmonies of #363FE7
Complementary color
Monochromatic Colors of #363FE7
Black with #363FE7
Text Example
Text Example
White with #363FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FE7; }
p { color: rgb(54,63,231); }
H1.HeaderClassName
{
color: #363FE7;
}
.AnyTagClassName
{
color: #363FE7;
}
</style>
background-color css
<style>
a { background-color: #363FE7; }
a { background-color: rgb(54,63,231); }
div.DivClassName
{
background-color: #363FE7;
}
.BgClassName
{
background-color: #363FE7;
}
</style>
border-color css
<style>
span { border-color: #363FE7; }
span { border-color: rgb(54,63,231); }
td.TdClassName
{
border-color: #363FE7;
}
.TagClassName
{
border-color: #363FE7;
}
</style>