Shades of Neon Blue #363EFE
Tints of Neon Blue #363EFE
RGB
CMYK
RGB Variations
Color information
#363EFE (or 0x363EFE) is known color: Neon Blue. HEX triplet: 36, 3E and FE. RGB value is (54,62,254). Sum of RGB (Red+Green+Blue) = 54+62+254=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #363EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363EFE is #C9C101. Grayscale: #505050. Windows color (decimal): -13222146 or 16662070. OLE color: 16662070.
HSL color Cylindrical-coordinate representation of color #363EFE: hue angle of 237.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #363EFE is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 62 | 254 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.00 |
| HSL | 237.6º | 0.99% | 0.6% | - |
| HSV(B) | 237.6º | 0.79% | 1% | - |
| XYZ | 21.13 | 11.39 | 94.85 | - |
| YUV | 81.5 | 225.35 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 254 | 0.79 | 0.76 | 0 | 0.00 | 237.6 | 0.99 | 0.6 |
| Hex | 36 | 3E | FE | 4F | 4C | 0 | 0 | EE | 63 | 3C |
| Octal | 66 | 76 | 376 | 117 | 114 | 0 | 0 | 356 | 143 | 74 |
| Binary | 110110 | 111110 | 11111110 | 1001111 | 1001100 | 0 | 0 | 11101110 | 1100011 | 111100 |
Color Harmonies of #363EFE
Complementary color
Monochromatic Colors of #363EFE
Black with #363EFE
Text Example
Text Example
White with #363EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EFE; }
p { color: rgb(54,62,254); }
H1.HeaderClassName
{
color: #363EFE;
}
.AnyTagClassName
{
color: #363EFE;
}
</style>
background-color css
<style>
a { background-color: #363EFE; }
a { background-color: rgb(54,62,254); }
div.DivClassName
{
background-color: #363EFE;
}
.BgClassName
{
background-color: #363EFE;
}
</style>
border-color css
<style>
span { border-color: #363EFE; }
span { border-color: rgb(54,62,254); }
td.TdClassName
{
border-color: #363EFE;
}
.TagClassName
{
border-color: #363EFE;
}
</style>