Shades of Neon Blue #363CFD
Tints of Neon Blue #363CFD
RGB
CMYK
RGB Variations
Color information
#363CFD (or 0x363CFD) is known color: Neon Blue. HEX triplet: 36, 3C and FD. RGB value is (54,60,253). Sum of RGB (Red+Green+Blue) = 54+60+253=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #363CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CFD is #C9C302. Grayscale: #4F4F4F. Windows color (decimal): -13222659 or 16596022. OLE color: 16596022.
HSL color Cylindrical-coordinate representation of color #363CFD: hue angle of 238.19º degrees, saturation: 0.98, 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 #363CFD is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 60 | 253 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.01 |
| HSL | 238.19º | 0.98% | 0.6% | - |
| HSV(B) | 238.19º | 0.79% | 0.99% | - |
| XYZ | 20.87 | 11.11 | 93.97 | - |
| YUV | 80.21 | 225.51 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 253 | 0.79 | 0.76 | 0 | 0.01 | 238.19 | 0.98 | 0.6 |
| Hex | 36 | 3C | FD | 4F | 4C | 0 | 1 | EE | 62 | 3C |
| Octal | 66 | 74 | 375 | 117 | 114 | 0 | 1 | 356 | 142 | 74 |
| Binary | 110110 | 111100 | 11111101 | 1001111 | 1001100 | 0 | 1 | 11101110 | 1100010 | 111100 |
Color Harmonies of #363CFD
Complementary color
Monochromatic Colors of #363CFD
Black with #363CFD
Text Example
Text Example
White with #363CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CFD; }
p { color: rgb(54,60,253); }
H1.HeaderClassName
{
color: #363CFD;
}
.AnyTagClassName
{
color: #363CFD;
}
</style>
background-color css
<style>
a { background-color: #363CFD; }
a { background-color: rgb(54,60,253); }
div.DivClassName
{
background-color: #363CFD;
}
.BgClassName
{
background-color: #363CFD;
}
</style>
border-color css
<style>
span { border-color: #363CFD; }
span { border-color: rgb(54,60,253); }
td.TdClassName
{
border-color: #363CFD;
}
.TagClassName
{
border-color: #363CFD;
}
</style>