Shades of Neon Blue #5238FB
Tints of Neon Blue #5238FB
RGB
CMYK
RGB Variations
Color information
#5238FB (or 0x5238FB) is known color: Neon Blue. HEX triplet: 52, 38 and FB. RGB value is (82,56,251). Sum of RGB (Red+Green+Blue) = 82+56+251=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #5238FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5238FB is #ADC704. Grayscale: #555555. Windows color (decimal): -11388677 or 16463954. OLE color: 16463954.
HSL color Cylindrical-coordinate representation of color #5238FB: hue angle of 248º 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 #5238FB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 56 | 251 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.02 |
| HSL | 248º | 0.96% | 0.6% | - |
| HSV(B) | 248º | 0.78% | 0.98% | - |
| XYZ | 22.31 | 11.59 | 92.33 | - |
| YUV | 86 | 221.11 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 251 | 0.67 | 0.78 | 0 | 0.02 | 248 | 0.96 | 0.6 |
| Hex | 52 | 38 | FB | 43 | 4E | 0 | 2 | F8 | 60 | 3C |
| Octal | 122 | 70 | 373 | 103 | 116 | 0 | 2 | 370 | 140 | 74 |
| Binary | 1010010 | 111000 | 11111011 | 1000011 | 1001110 | 0 | 10 | 11111000 | 1100000 | 111100 |
Color Harmonies of #5238FB
Complementary color
Monochromatic Colors of #5238FB
Black with #5238FB
Text Example
Text Example
White with #5238FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238FB; }
p { color: rgb(82,56,251); }
H1.HeaderClassName
{
color: #5238FB;
}
.AnyTagClassName
{
color: #5238FB;
}
</style>
background-color css
<style>
a { background-color: #5238FB; }
a { background-color: rgb(82,56,251); }
div.DivClassName
{
background-color: #5238FB;
}
.BgClassName
{
background-color: #5238FB;
}
</style>
border-color css
<style>
span { border-color: #5238FB; }
span { border-color: rgb(82,56,251); }
td.TdClassName
{
border-color: #5238FB;
}
.TagClassName
{
border-color: #5238FB;
}
</style>