Shades of Neon Blue #365AFA
Tints of Neon Blue #365AFA
RGB
CMYK
RGB Variations
Color information
#365AFA (or 0x365AFA) is known color: Neon Blue. HEX triplet: 36, 5A and FA. RGB value is (54,90,250). Sum of RGB (Red+Green+Blue) = 54+90+250=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #365AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AFA is #C9A505. Grayscale: #606060. Windows color (decimal): -13214982 or 16407094. OLE color: 16407094.
HSL color Cylindrical-coordinate representation of color #365AFA: hue angle of 228.98º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365AFA is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 90 | 250 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.02 |
| HSL | 228.98º | 0.95% | 0.6% | - |
| HSV(B) | 228.98º | 0.78% | 0.98% | - |
| XYZ | 22.43 | 15 | 92.16 | - |
| YUV | 97.48 | 214.07 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 250 | 0.78 | 0.64 | 0 | 0.02 | 228.98 | 0.95 | 0.6 |
| Hex | 36 | 5A | FA | 4E | 40 | 0 | 2 | E5 | 5F | 3C |
| Octal | 66 | 132 | 372 | 116 | 100 | 0 | 2 | 345 | 137 | 74 |
| Binary | 110110 | 1011010 | 11111010 | 1001110 | 1000000 | 0 | 10 | 11100101 | 1011111 | 111100 |
Color Harmonies of #365AFA
Complementary color
Monochromatic Colors of #365AFA
Black with #365AFA
Text Example
Text Example
White with #365AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365AFA; }
p { color: rgb(54,90,250); }
H1.HeaderClassName
{
color: #365AFA;
}
.AnyTagClassName
{
color: #365AFA;
}
</style>
background-color css
<style>
a { background-color: #365AFA; }
a { background-color: rgb(54,90,250); }
div.DivClassName
{
background-color: #365AFA;
}
.BgClassName
{
background-color: #365AFA;
}
</style>
border-color css
<style>
span { border-color: #365AFA; }
span { border-color: rgb(54,90,250); }
td.TdClassName
{
border-color: #365AFA;
}
.TagClassName
{
border-color: #365AFA;
}
</style>