Shades of Neon Blue #505FFF
Tints of Neon Blue #505FFF
RGB
CMYK
RGB Variations
Color information
#505FFF (or 0x505FFF) is known color: Neon Blue. HEX triplet: 50, 5F and FF. RGB value is (80,95,255). Sum of RGB (Red+Green+Blue) = 80+95+255=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #505FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505FFF is #AFA000. Grayscale: #6C6C6C. Windows color (decimal): -11509761 or 16736080. OLE color: 16736080.
HSL color Cylindrical-coordinate representation of color #505FFF: hue angle of 234.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #505FFF is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 95 | 255 | - |
| CMYK | 0.69 | 0.63 | 0 | 0 |
| HSL | 234.86º | 1% | 0.66% | - |
| HSV(B) | 234.86º | 0.69% | 1% | - |
| XYZ | 25.45 | 17.11 | 96.57 | - |
| YUV | 108.76 | 210.53 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 255 | 0.69 | 0.63 | 0 | 0 | 234.86 | 1 | 0.66 |
| Hex | 50 | 5F | FF | 45 | 3F | 0 | 0 | EB | 64 | 42 |
| Octal | 120 | 137 | 377 | 105 | 77 | 0 | 0 | 353 | 144 | 102 |
| Binary | 1010000 | 1011111 | 11111111 | 1000101 | 111111 | 0 | 0 | 11101011 | 1100100 | 1000010 |
Color Harmonies of #505FFF
Complementary color
Monochromatic Colors of #505FFF
Black with #505FFF
Text Example
Text Example
White with #505FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505FFF; }
p { color: rgb(80,95,255); }
H1.HeaderClassName
{
color: #505FFF;
}
.AnyTagClassName
{
color: #505FFF;
}
</style>
background-color css
<style>
a { background-color: #505FFF; }
a { background-color: rgb(80,95,255); }
div.DivClassName
{
background-color: #505FFF;
}
.BgClassName
{
background-color: #505FFF;
}
</style>
border-color css
<style>
span { border-color: #505FFF; }
span { border-color: rgb(80,95,255); }
td.TdClassName
{
border-color: #505FFF;
}
.TagClassName
{
border-color: #505FFF;
}
</style>