Shades of Neon Blue #515CF3
Tints of Neon Blue #515CF3
RGB
CMYK
RGB Variations
Color information
#515CF3 (or 0x515CF3) is known color: Neon Blue. HEX triplet: 51, 5C and F3. RGB value is (81,92,243). Sum of RGB (Red+Green+Blue) = 81+92+243=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 92 (36.33% from 255 or 22.12% 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 #515CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515CF3 is #AEA30C. Grayscale: #696969. Windows color (decimal): -11445005 or 15948881. OLE color: 15948881.
HSL color Cylindrical-coordinate representation of color #515CF3: hue angle of 235.93º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #515CF3 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 92 | 243 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.05 |
| HSL | 235.93º | 0.87% | 0.64% | - |
| HSV(B) | 235.93º | 0.67% | 0.95% | - |
| XYZ | 23.4 | 15.87 | 86.62 | - |
| YUV | 105.93 | 205.36 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 243 | 0.67 | 0.62 | 0 | 0.05 | 235.93 | 0.87 | 0.64 |
| Hex | 51 | 5C | F3 | 43 | 3E | 0 | 5 | EC | 57 | 40 |
| Octal | 121 | 134 | 363 | 103 | 76 | 0 | 5 | 354 | 127 | 100 |
| Binary | 1010001 | 1011100 | 11110011 | 1000011 | 111110 | 0 | 101 | 11101100 | 1010111 | 1000000 |
Color Harmonies of #515CF3
Complementary color
Monochromatic Colors of #515CF3
Black with #515CF3
Text Example
Text Example
White with #515CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CF3; }
p { color: rgb(81,92,243); }
H1.HeaderClassName
{
color: #515CF3;
}
.AnyTagClassName
{
color: #515CF3;
}
</style>
background-color css
<style>
a { background-color: #515CF3; }
a { background-color: rgb(81,92,243); }
div.DivClassName
{
background-color: #515CF3;
}
.BgClassName
{
background-color: #515CF3;
}
</style>
border-color css
<style>
span { border-color: #515CF3; }
span { border-color: rgb(81,92,243); }
td.TdClassName
{
border-color: #515CF3;
}
.TagClassName
{
border-color: #515CF3;
}
</style>