Shades of Neon Blue #363CF5
Tints of Neon Blue #363CF5
RGB
CMYK
RGB Variations
Color information
#363CF5 (or 0x363CF5) is known color: Neon Blue. HEX triplet: 36, 3C and F5. RGB value is (54,60,245). Sum of RGB (Red+Green+Blue) = 54+60+245=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 245 (96.09% from 255 or 68.25% from 359); Max value from RGB is 245 - color contains mainly: blue. Hex color #363CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CF5 is #C9C30A. Grayscale: #4E4E4E. Windows color (decimal): -13222667 or 16071734. OLE color: 16071734.
HSL color Cylindrical-coordinate representation of color #363CF5: hue angle of 238.12º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363CF5 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 60 | 245 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.04 |
| HSL | 238.12º | 0.91% | 0.59% | - |
| HSV(B) | 238.12º | 0.78% | 0.96% | - |
| XYZ | 19.62 | 10.61 | 87.4 | - |
| YUV | 79.3 | 221.51 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 245 | 0.78 | 0.76 | 0 | 0.04 | 238.12 | 0.91 | 0.59 |
| Hex | 36 | 3C | F5 | 4E | 4C | 0 | 4 | EE | 5B | 3B |
| Octal | 66 | 74 | 365 | 116 | 114 | 0 | 4 | 356 | 133 | 73 |
| Binary | 110110 | 111100 | 11110101 | 1001110 | 1001100 | 0 | 100 | 11101110 | 1011011 | 111011 |
Color Harmonies of #363CF5
Complementary color
Monochromatic Colors of #363CF5
Black with #363CF5
Text Example
Text Example
White with #363CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CF5; }
p { color: rgb(54,60,245); }
H1.HeaderClassName
{
color: #363CF5;
}
.AnyTagClassName
{
color: #363CF5;
}
</style>
background-color css
<style>
a { background-color: #363CF5; }
a { background-color: rgb(54,60,245); }
div.DivClassName
{
background-color: #363CF5;
}
.BgClassName
{
background-color: #363CF5;
}
</style>
border-color css
<style>
span { border-color: #363CF5; }
span { border-color: rgb(54,60,245); }
td.TdClassName
{
border-color: #363CF5;
}
.TagClassName
{
border-color: #363CF5;
}
</style>