Shades of Neon Blue #5250F3
Tints of Neon Blue #5250F3
RGB
CMYK
RGB Variations
Color information
#5250F3 (or 0x5250F3) is known color: Neon Blue. HEX triplet: 52, 50 and F3. RGB value is (82,80,243). Sum of RGB (Red+Green+Blue) = 82+80+243=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 243 (95.31% from 255 or 60% from 405); Max value from RGB is 243 - color contains mainly: blue. Hex color #5250F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5250F3 is #ADAF0C. Grayscale: #626262. Windows color (decimal): -11382541 or 15945810. OLE color: 15945810.
HSL color Cylindrical-coordinate representation of color #5250F3: hue angle of 240.74º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5250F3 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 80 | 243 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.05 |
| HSL | 240.74º | 0.87% | 0.63% | - |
| HSV(B) | 240.74º | 0.67% | 0.95% | - |
| XYZ | 22.53 | 14 | 86.31 | - |
| YUV | 99.18 | 209.16 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 243 | 0.66 | 0.67 | 0 | 0.05 | 240.74 | 0.87 | 0.63 |
| Hex | 52 | 50 | F3 | 42 | 43 | 0 | 5 | F1 | 57 | 3F |
| Octal | 122 | 120 | 363 | 102 | 103 | 0 | 5 | 361 | 127 | 77 |
| Binary | 1010010 | 1010000 | 11110011 | 1000010 | 1000011 | 0 | 101 | 11110001 | 1010111 | 111111 |
Color Harmonies of #5250F3
Complementary color
Monochromatic Colors of #5250F3
Black with #5250F3
Text Example
Text Example
White with #5250F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250F3; }
p { color: rgb(82,80,243); }
H1.HeaderClassName
{
color: #5250F3;
}
.AnyTagClassName
{
color: #5250F3;
}
</style>
background-color css
<style>
a { background-color: #5250F3; }
a { background-color: rgb(82,80,243); }
div.DivClassName
{
background-color: #5250F3;
}
.BgClassName
{
background-color: #5250F3;
}
</style>
border-color css
<style>
span { border-color: #5250F3; }
span { border-color: rgb(82,80,243); }
td.TdClassName
{
border-color: #5250F3;
}
.TagClassName
{
border-color: #5250F3;
}
</style>