Shades of Neon Blue #363EFF
Tints of Neon Blue #363EFF
RGB
CMYK
RGB Variations
Color information
#363EFF (or 0x363EFF) is known color: Neon Blue. HEX triplet: 36, 3E and FF. RGB value is (54,62,255). Sum of RGB (Red+Green+Blue) = 54+62+255=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #363EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363EFF is #C9C100. Grayscale: #505050. Windows color (decimal): -13222145 or 16727606. OLE color: 16727606.
HSL color Cylindrical-coordinate representation of color #363EFF: hue angle of 237.61º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #363EFF is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 62 | 255 | - |
| CMYK | 0.79 | 0.76 | 0 | 0 |
| HSL | 237.61º | 1% | 0.61% | - |
| HSV(B) | 237.61º | 0.79% | 1% | - |
| XYZ | 21.29 | 11.45 | 95.7 | - |
| YUV | 81.61 | 225.85 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 255 | 0.79 | 0.76 | 0 | 0 | 237.61 | 1 | 0.61 |
| Hex | 36 | 3E | FF | 4F | 4C | 0 | 0 | EE | 64 | 3D |
| Octal | 66 | 76 | 377 | 117 | 114 | 0 | 0 | 356 | 144 | 75 |
| Binary | 110110 | 111110 | 11111111 | 1001111 | 1001100 | 0 | 0 | 11101110 | 1100100 | 111101 |
Color Harmonies of #363EFF
Complementary color
Monochromatic Colors of #363EFF
Black with #363EFF
Text Example
Text Example
White with #363EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EFF; }
p { color: rgb(54,62,255); }
H1.HeaderClassName
{
color: #363EFF;
}
.AnyTagClassName
{
color: #363EFF;
}
</style>
background-color css
<style>
a { background-color: #363EFF; }
a { background-color: rgb(54,62,255); }
div.DivClassName
{
background-color: #363EFF;
}
.BgClassName
{
background-color: #363EFF;
}
</style>
border-color css
<style>
span { border-color: #363EFF; }
span { border-color: rgb(54,62,255); }
td.TdClassName
{
border-color: #363EFF;
}
.TagClassName
{
border-color: #363EFF;
}
</style>