Shades of Neon Blue #363DFE
Tints of Neon Blue #363DFE
RGB
CMYK
RGB Variations
Color information
#363DFE (or 0x363DFE) is known color: Neon Blue. HEX triplet: 36, 3D and FE. RGB value is (54,61,254). Sum of RGB (Red+Green+Blue) = 54+61+254=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #363DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363DFE is #C9C201. Grayscale: #505050. Windows color (decimal): -13222402 or 16661814. OLE color: 16661814.
HSL color Cylindrical-coordinate representation of color #363DFE: hue angle of 237.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #363DFE is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 61 | 254 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.00 |
| HSL | 237.9º | 0.99% | 0.6% | - |
| HSV(B) | 237.9º | 0.79% | 1% | - |
| XYZ | 21.08 | 11.28 | 94.83 | - |
| YUV | 80.91 | 225.68 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 254 | 0.79 | 0.76 | 0 | 0.00 | 237.9 | 0.99 | 0.6 |
| Hex | 36 | 3D | FE | 4F | 4C | 0 | 0 | EE | 63 | 3C |
| Octal | 66 | 75 | 376 | 117 | 114 | 0 | 0 | 356 | 143 | 74 |
| Binary | 110110 | 111101 | 11111110 | 1001111 | 1001100 | 0 | 0 | 11101110 | 1100011 | 111100 |
Color Harmonies of #363DFE
Complementary color
Monochromatic Colors of #363DFE
Black with #363DFE
Text Example
Text Example
White with #363DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DFE; }
p { color: rgb(54,61,254); }
H1.HeaderClassName
{
color: #363DFE;
}
.AnyTagClassName
{
color: #363DFE;
}
</style>
background-color css
<style>
a { background-color: #363DFE; }
a { background-color: rgb(54,61,254); }
div.DivClassName
{
background-color: #363DFE;
}
.BgClassName
{
background-color: #363DFE;
}
</style>
border-color css
<style>
span { border-color: #363DFE; }
span { border-color: rgb(54,61,254); }
td.TdClassName
{
border-color: #363DFE;
}
.TagClassName
{
border-color: #363DFE;
}
</style>