Shades of Neon Blue #363DFF
Tints of Neon Blue #363DFF
RGB
CMYK
RGB Variations
Color information
#363DFF (or 0x363DFF) is known color: Neon Blue. HEX triplet: 36, 3D and FF. RGB value is (54,61,255). Sum of RGB (Red+Green+Blue) = 54+61+255=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #363DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363DFF is #C9C200. Grayscale: #505050. Windows color (decimal): -13222401 or 16727350. OLE color: 16727350.
HSL color Cylindrical-coordinate representation of color #363DFF: hue angle of 237.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #363DFF is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 61 | 255 | - |
| CMYK | 0.79 | 0.76 | 0 | 0 |
| HSL | 237.91º | 1% | 0.61% | - |
| HSV(B) | 237.91º | 0.79% | 1% | - |
| XYZ | 21.24 | 11.34 | 95.68 | - |
| YUV | 81.02 | 226.18 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 255 | 0.79 | 0.76 | 0 | 0 | 237.91 | 1 | 0.61 |
| Hex | 36 | 3D | FF | 4F | 4C | 0 | 0 | EE | 64 | 3D |
| Octal | 66 | 75 | 377 | 117 | 114 | 0 | 0 | 356 | 144 | 75 |
| Binary | 110110 | 111101 | 11111111 | 1001111 | 1001100 | 0 | 0 | 11101110 | 1100100 | 111101 |
Color Harmonies of #363DFF
Complementary color
Monochromatic Colors of #363DFF
Black with #363DFF
Text Example
Text Example
White with #363DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DFF; }
p { color: rgb(54,61,255); }
H1.HeaderClassName
{
color: #363DFF;
}
.AnyTagClassName
{
color: #363DFF;
}
</style>
background-color css
<style>
a { background-color: #363DFF; }
a { background-color: rgb(54,61,255); }
div.DivClassName
{
background-color: #363DFF;
}
.BgClassName
{
background-color: #363DFF;
}
</style>
border-color css
<style>
span { border-color: #363DFF; }
span { border-color: rgb(54,61,255); }
td.TdClassName
{
border-color: #363DFF;
}
.TagClassName
{
border-color: #363DFF;
}
</style>