Shades of Neon Blue #365AFB
Tints of Neon Blue #365AFB
RGB
CMYK
RGB Variations
Color information
#365AFB (or 0x365AFB) is known color: Neon Blue. HEX triplet: 36, 5A and FB. RGB value is (54,90,251). Sum of RGB (Red+Green+Blue) = 54+90+251=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #365AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AFB is #C9A504. Grayscale: #606060. Windows color (decimal): -13214981 or 16472630. OLE color: 16472630.
HSL color Cylindrical-coordinate representation of color #365AFB: hue angle of 229.04º degrees, saturation: 0.96, 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 #365AFB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 90 | 251 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.02 |
| HSL | 229.04º | 0.96% | 0.6% | - |
| HSV(B) | 229.04º | 0.78% | 0.98% | - |
| XYZ | 22.59 | 15.06 | 92.98 | - |
| YUV | 97.59 | 214.57 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 251 | 0.78 | 0.64 | 0 | 0.02 | 229.04 | 0.96 | 0.6 |
| Hex | 36 | 5A | FB | 4E | 40 | 0 | 2 | E5 | 60 | 3C |
| Octal | 66 | 132 | 373 | 116 | 100 | 0 | 2 | 345 | 140 | 74 |
| Binary | 110110 | 1011010 | 11111011 | 1001110 | 1000000 | 0 | 10 | 11100101 | 1100000 | 111100 |
Color Harmonies of #365AFB
Complementary color
Monochromatic Colors of #365AFB
Black with #365AFB
Text Example
Text Example
White with #365AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365AFB; }
p { color: rgb(54,90,251); }
H1.HeaderClassName
{
color: #365AFB;
}
.AnyTagClassName
{
color: #365AFB;
}
</style>
background-color css
<style>
a { background-color: #365AFB; }
a { background-color: rgb(54,90,251); }
div.DivClassName
{
background-color: #365AFB;
}
.BgClassName
{
background-color: #365AFB;
}
</style>
border-color css
<style>
span { border-color: #365AFB; }
span { border-color: rgb(54,90,251); }
td.TdClassName
{
border-color: #365AFB;
}
.TagClassName
{
border-color: #365AFB;
}
</style>