Shades of Neon Blue #525DF3
Tints of Neon Blue #525DF3
RGB
CMYK
RGB Variations
Color information
#525DF3 (or 0x525DF3) is known color: Neon Blue. HEX triplet: 52, 5D and F3. RGB value is (82,93,243). Sum of RGB (Red+Green+Blue) = 82+93+243=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 243 (95.31% from 255 or 58.13% from 418); Max value from RGB is 243 - color contains mainly: blue. Hex color #525DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525DF3 is #ADA20C. Grayscale: #6A6A6A. Windows color (decimal): -11379213 or 15949138. OLE color: 15949138.
HSL color Cylindrical-coordinate representation of color #525DF3: hue angle of 235.9º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #525DF3 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 93 | 243 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.05 |
| HSL | 235.9º | 0.87% | 0.64% | - |
| HSV(B) | 235.9º | 0.66% | 0.95% | - |
| XYZ | 23.57 | 16.09 | 86.66 | - |
| YUV | 106.81 | 204.86 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 243 | 0.66 | 0.62 | 0 | 0.05 | 235.9 | 0.87 | 0.64 |
| Hex | 52 | 5D | F3 | 42 | 3E | 0 | 5 | EC | 57 | 40 |
| Octal | 122 | 135 | 363 | 102 | 76 | 0 | 5 | 354 | 127 | 100 |
| Binary | 1010010 | 1011101 | 11110011 | 1000010 | 111110 | 0 | 101 | 11101100 | 1010111 | 1000000 |
Color Harmonies of #525DF3
Complementary color
Monochromatic Colors of #525DF3
Black with #525DF3
Text Example
Text Example
White with #525DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DF3; }
p { color: rgb(82,93,243); }
H1.HeaderClassName
{
color: #525DF3;
}
.AnyTagClassName
{
color: #525DF3;
}
</style>
background-color css
<style>
a { background-color: #525DF3; }
a { background-color: rgb(82,93,243); }
div.DivClassName
{
background-color: #525DF3;
}
.BgClassName
{
background-color: #525DF3;
}
</style>
border-color css
<style>
span { border-color: #525DF3; }
span { border-color: rgb(82,93,243); }
td.TdClassName
{
border-color: #525DF3;
}
.TagClassName
{
border-color: #525DF3;
}
</style>