Shades of Neon Blue #363FFD
Tints of Neon Blue #363FFD
RGB
CMYK
RGB Variations
Color information
#363FFD (or 0x363FFD) is known color: Neon Blue. HEX triplet: 36, 3F and FD. RGB value is (54,63,253). Sum of RGB (Red+Green+Blue) = 54+63+253=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #363FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FFD is #C9C002. Grayscale: #515151. Windows color (decimal): -13221891 or 16596790. OLE color: 16596790.
HSL color Cylindrical-coordinate representation of color #363FFD: hue angle of 237.29º 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 #363FFD is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 63 | 253 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.01 |
| HSL | 237.29º | 0.98% | 0.6% | - |
| HSV(B) | 237.29º | 0.79% | 0.99% | - |
| XYZ | 21.03 | 11.43 | 94.03 | - |
| YUV | 81.97 | 224.52 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 253 | 0.79 | 0.75 | 0 | 0.01 | 237.29 | 0.98 | 0.6 |
| Hex | 36 | 3F | FD | 4F | 4B | 0 | 1 | ED | 62 | 3C |
| Octal | 66 | 77 | 375 | 117 | 113 | 0 | 1 | 355 | 142 | 74 |
| Binary | 110110 | 111111 | 11111101 | 1001111 | 1001011 | 0 | 1 | 11101101 | 1100010 | 111100 |
Color Harmonies of #363FFD
Complementary color
Monochromatic Colors of #363FFD
Black with #363FFD
Text Example
Text Example
White with #363FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FFD; }
p { color: rgb(54,63,253); }
H1.HeaderClassName
{
color: #363FFD;
}
.AnyTagClassName
{
color: #363FFD;
}
</style>
background-color css
<style>
a { background-color: #363FFD; }
a { background-color: rgb(54,63,253); }
div.DivClassName
{
background-color: #363FFD;
}
.BgClassName
{
background-color: #363FFD;
}
</style>
border-color css
<style>
span { border-color: #363FFD; }
span { border-color: rgb(54,63,253); }
td.TdClassName
{
border-color: #363FFD;
}
.TagClassName
{
border-color: #363FFD;
}
</style>