Shades of Neon Blue #363EFC
Tints of Neon Blue #363EFC
RGB
CMYK
RGB Variations
Color information
#363EFC (or 0x363EFC) is known color: Neon Blue. HEX triplet: 36, 3E and FC. RGB value is (54,62,252). Sum of RGB (Red+Green+Blue) = 54+62+252=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #363EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363EFC is #C9C103. Grayscale: #505050. Windows color (decimal): -13222148 or 16530998. OLE color: 16530998.
HSL color Cylindrical-coordinate representation of color #363EFC: hue angle of 237.58º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #363EFC is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 62 | 252 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.01 |
| HSL | 237.58º | 0.97% | 0.6% | - |
| HSV(B) | 237.58º | 0.79% | 0.99% | - |
| XYZ | 20.81 | 11.26 | 93.17 | - |
| YUV | 81.27 | 224.35 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 252 | 0.79 | 0.75 | 0 | 0.01 | 237.58 | 0.97 | 0.6 |
| Hex | 36 | 3E | FC | 4F | 4B | 0 | 1 | EE | 61 | 3C |
| Octal | 66 | 76 | 374 | 117 | 113 | 0 | 1 | 356 | 141 | 74 |
| Binary | 110110 | 111110 | 11111100 | 1001111 | 1001011 | 0 | 1 | 11101110 | 1100001 | 111100 |
Color Harmonies of #363EFC
Complementary color
Monochromatic Colors of #363EFC
Black with #363EFC
Text Example
Text Example
White with #363EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EFC; }
p { color: rgb(54,62,252); }
H1.HeaderClassName
{
color: #363EFC;
}
.AnyTagClassName
{
color: #363EFC;
}
</style>
background-color css
<style>
a { background-color: #363EFC; }
a { background-color: rgb(54,62,252); }
div.DivClassName
{
background-color: #363EFC;
}
.BgClassName
{
background-color: #363EFC;
}
</style>
border-color css
<style>
span { border-color: #363EFC; }
span { border-color: rgb(54,62,252); }
td.TdClassName
{
border-color: #363EFC;
}
.TagClassName
{
border-color: #363EFC;
}
</style>