Shades of Neon Blue #5045F9
Tints of Neon Blue #5045F9
RGB
CMYK
RGB Variations
Color information
#5045F9 (or 0x5045F9) is known color: Neon Blue. HEX triplet: 50, 45 and F9. RGB value is (80,69,249). Sum of RGB (Red+Green+Blue) = 80+69+249=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #5045F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5045F9 is #AFBA06. Grayscale: #5C5C5C. Windows color (decimal): -11516423 or 16336208. OLE color: 16336208.
HSL color Cylindrical-coordinate representation of color #5045F9: hue angle of 243.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5045F9 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 69 | 249 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.02 |
| HSL | 243.67º | 0.94% | 0.62% | - |
| HSV(B) | 243.67º | 0.72% | 0.98% | - |
| XYZ | 22.54 | 12.8 | 90.91 | - |
| YUV | 92.81 | 216.14 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 249 | 0.68 | 0.72 | 0 | 0.02 | 243.67 | 0.94 | 0.62 |
| Hex | 50 | 45 | F9 | 44 | 48 | 0 | 2 | F4 | 5E | 3E |
| Octal | 120 | 105 | 371 | 104 | 110 | 0 | 2 | 364 | 136 | 76 |
| Binary | 1010000 | 1000101 | 11111001 | 1000100 | 1001000 | 0 | 10 | 11110100 | 1011110 | 111110 |
Color Harmonies of #5045F9
Complementary color
Monochromatic Colors of #5045F9
Black with #5045F9
Text Example
Text Example
White with #5045F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5045F9; }
p { color: rgb(80,69,249); }
H1.HeaderClassName
{
color: #5045F9;
}
.AnyTagClassName
{
color: #5045F9;
}
</style>
background-color css
<style>
a { background-color: #5045F9; }
a { background-color: rgb(80,69,249); }
div.DivClassName
{
background-color: #5045F9;
}
.BgClassName
{
background-color: #5045F9;
}
</style>
border-color css
<style>
span { border-color: #5045F9; }
span { border-color: rgb(80,69,249); }
td.TdClassName
{
border-color: #5045F9;
}
.TagClassName
{
border-color: #5045F9;
}
</style>