Shades of Neon Blue #365AFF
Tints of Neon Blue #365AFF
RGB
CMYK
RGB Variations
Color information
#365AFF (or 0x365AFF) is known color: Neon Blue. HEX triplet: 36, 5A and FF. RGB value is (54,90,255). Sum of RGB (Red+Green+Blue) = 54+90+255=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #365AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AFF is #C9A500. Grayscale: #616161. Windows color (decimal): -13214977 or 16734774. OLE color: 16734774.
HSL color Cylindrical-coordinate representation of color #365AFF: hue angle of 229.25º 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 #365AFF is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 90 | 255 | - |
| CMYK | 0.79 | 0.65 | 0 | 0 |
| HSL | 229.25º | 1% | 0.61% | - |
| HSV(B) | 229.25º | 0.79% | 1% | - |
| XYZ | 23.23 | 15.32 | 96.34 | - |
| YUV | 98.05 | 216.57 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 255 | 0.79 | 0.65 | 0 | 0 | 229.25 | 1 | 0.61 |
| Hex | 36 | 5A | FF | 4F | 41 | 0 | 0 | E5 | 64 | 3D |
| Octal | 66 | 132 | 377 | 117 | 101 | 0 | 0 | 345 | 144 | 75 |
| Binary | 110110 | 1011010 | 11111111 | 1001111 | 1000001 | 0 | 0 | 11100101 | 1100100 | 111101 |
Color Harmonies of #365AFF
Complementary color
Monochromatic Colors of #365AFF
Black with #365AFF
Text Example
Text Example
White with #365AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365AFF; }
p { color: rgb(54,90,255); }
H1.HeaderClassName
{
color: #365AFF;
}
.AnyTagClassName
{
color: #365AFF;
}
</style>
background-color css
<style>
a { background-color: #365AFF; }
a { background-color: rgb(54,90,255); }
div.DivClassName
{
background-color: #365AFF;
}
.BgClassName
{
background-color: #365AFF;
}
</style>
border-color css
<style>
span { border-color: #365AFF; }
span { border-color: rgb(54,90,255); }
td.TdClassName
{
border-color: #365AFF;
}
.TagClassName
{
border-color: #365AFF;
}
</style>