Shades of Neon Blue #5268FF
Tints of Neon Blue #5268FF
RGB
CMYK
RGB Variations
Color information
#5268FF (or 0x5268FF) is known color: Neon Blue. HEX triplet: 52, 68 and FF. RGB value is (82,104,255). Sum of RGB (Red+Green+Blue) = 82+104+255=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #5268FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5268FF is #AD9700. Grayscale: #727272. Windows color (decimal): -11376385 or 16738386. OLE color: 16738386.
HSL color Cylindrical-coordinate representation of color #5268FF: hue angle of 232.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5268FF is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 104 | 255 | - |
| CMYK | 0.68 | 0.59 | 0 | 0 |
| HSL | 232.37º | 1% | 0.66% | - |
| HSV(B) | 232.37º | 0.68% | 1% | - |
| XYZ | 26.48 | 18.91 | 96.86 | - |
| YUV | 114.64 | 207.21 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 255 | 0.68 | 0.59 | 0 | 0 | 232.37 | 1 | 0.66 |
| Hex | 52 | 68 | FF | 44 | 3B | 0 | 0 | E8 | 64 | 42 |
| Octal | 122 | 150 | 377 | 104 | 73 | 0 | 0 | 350 | 144 | 102 |
| Binary | 1010010 | 1101000 | 11111111 | 1000100 | 111011 | 0 | 0 | 11101000 | 1100100 | 1000010 |
Color Harmonies of #5268FF
Complementary color
Monochromatic Colors of #5268FF
Black with #5268FF
Text Example
Text Example
White with #5268FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5268FF; }
p { color: rgb(82,104,255); }
H1.HeaderClassName
{
color: #5268FF;
}
.AnyTagClassName
{
color: #5268FF;
}
</style>
background-color css
<style>
a { background-color: #5268FF; }
a { background-color: rgb(82,104,255); }
div.DivClassName
{
background-color: #5268FF;
}
.BgClassName
{
background-color: #5268FF;
}
</style>
border-color css
<style>
span { border-color: #5268FF; }
span { border-color: rgb(82,104,255); }
td.TdClassName
{
border-color: #5268FF;
}
.TagClassName
{
border-color: #5268FF;
}
</style>