Shades of Neon Blue #363BFD
Tints of Neon Blue #363BFD
RGB
CMYK
RGB Variations
Color information
#363BFD (or 0x363BFD) is known color: Neon Blue. HEX triplet: 36, 3B and FD. RGB value is (54,59,253). Sum of RGB (Red+Green+Blue) = 54+59+253=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #363BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363BFD is #C9C402. Grayscale: #4E4E4E. Windows color (decimal): -13222915 or 16595766. OLE color: 16595766.
HSL color Cylindrical-coordinate representation of color #363BFD: hue angle of 238.49º 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 #363BFD is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 59 | 253 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.01 |
| HSL | 238.49º | 0.98% | 0.6% | - |
| HSV(B) | 238.49º | 0.79% | 0.99% | - |
| XYZ | 20.81 | 11 | 93.96 | - |
| YUV | 79.62 | 225.84 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 253 | 0.79 | 0.77 | 0 | 0.01 | 238.49 | 0.98 | 0.6 |
| Hex | 36 | 3B | FD | 4F | 4D | 0 | 1 | EE | 62 | 3C |
| Octal | 66 | 73 | 375 | 117 | 115 | 0 | 1 | 356 | 142 | 74 |
| Binary | 110110 | 111011 | 11111101 | 1001111 | 1001101 | 0 | 1 | 11101110 | 1100010 | 111100 |
Color Harmonies of #363BFD
Complementary color
Monochromatic Colors of #363BFD
Black with #363BFD
Text Example
Text Example
White with #363BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BFD; }
p { color: rgb(54,59,253); }
H1.HeaderClassName
{
color: #363BFD;
}
.AnyTagClassName
{
color: #363BFD;
}
</style>
background-color css
<style>
a { background-color: #363BFD; }
a { background-color: rgb(54,59,253); }
div.DivClassName
{
background-color: #363BFD;
}
.BgClassName
{
background-color: #363BFD;
}
</style>
border-color css
<style>
span { border-color: #363BFD; }
span { border-color: rgb(54,59,253); }
td.TdClassName
{
border-color: #363BFD;
}
.TagClassName
{
border-color: #363BFD;
}
</style>