Shades of Neon Blue #525BF3
Tints of Neon Blue #525BF3
RGB
CMYK
RGB Variations
Color information
#525BF3 (or 0x525BF3) is known color: Neon Blue. HEX triplet: 52, 5B and F3. RGB value is (82,91,243). Sum of RGB (Red+Green+Blue) = 82+91+243=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #525BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525BF3 is #ADA40C. Grayscale: #696969. Windows color (decimal): -11379725 or 15948626. OLE color: 15948626.
HSL color Cylindrical-coordinate representation of color #525BF3: hue angle of 236.65º 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 #525BF3 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 91 | 243 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.05 |
| HSL | 236.65º | 0.87% | 0.64% | - |
| HSV(B) | 236.65º | 0.66% | 0.95% | - |
| XYZ | 23.4 | 15.75 | 86.6 | - |
| YUV | 105.64 | 205.52 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 243 | 0.66 | 0.63 | 0 | 0.05 | 236.65 | 0.87 | 0.64 |
| Hex | 52 | 5B | F3 | 42 | 3F | 0 | 5 | ED | 57 | 40 |
| Octal | 122 | 133 | 363 | 102 | 77 | 0 | 5 | 355 | 127 | 100 |
| Binary | 1010010 | 1011011 | 11110011 | 1000010 | 111111 | 0 | 101 | 11101101 | 1010111 | 1000000 |
Color Harmonies of #525BF3
Complementary color
Monochromatic Colors of #525BF3
Black with #525BF3
Text Example
Text Example
White with #525BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BF3; }
p { color: rgb(82,91,243); }
H1.HeaderClassName
{
color: #525BF3;
}
.AnyTagClassName
{
color: #525BF3;
}
</style>
background-color css
<style>
a { background-color: #525BF3; }
a { background-color: rgb(82,91,243); }
div.DivClassName
{
background-color: #525BF3;
}
.BgClassName
{
background-color: #525BF3;
}
</style>
border-color css
<style>
span { border-color: #525BF3; }
span { border-color: rgb(82,91,243); }
td.TdClassName
{
border-color: #525BF3;
}
.TagClassName
{
border-color: #525BF3;
}
</style>