Shades of Neon Blue #2D57FD
Tints of Neon Blue #2D57FD
RGB
CMYK
RGB Variations
Color information
#2D57FD (or 0x2D57FD) is known color: Neon Blue. HEX triplet: 2D, 57 and FD. RGB value is (45,87,253). Sum of RGB (Red+Green+Blue) = 45+87+253=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D57FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D57FD is #D2A802. Grayscale: #5C5C5C. Windows color (decimal): -13805571 or 16602925. OLE color: 16602925.
HSL color Cylindrical-coordinate representation of color #2D57FD: hue angle of 227.88º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D57FD is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 87 | 253 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.01 |
| HSL | 227.88º | 0.98% | 0.58% | - |
| HSV(B) | 227.88º | 0.82% | 0.99% | - |
| XYZ | 22.22 | 14.47 | 94.55 | - |
| YUV | 93.37 | 218.09 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 253 | 0.82 | 0.66 | 0 | 0.01 | 227.88 | 0.98 | 0.58 |
| Hex | 2D | 57 | FD | 52 | 42 | 0 | 1 | E4 | 62 | 3A |
| Octal | 55 | 127 | 375 | 122 | 102 | 0 | 1 | 344 | 142 | 72 |
| Binary | 101101 | 1010111 | 11111101 | 1010010 | 1000010 | 0 | 1 | 11100100 | 1100010 | 111010 |
Color Harmonies of #2D57FD
Complementary color
Monochromatic Colors of #2D57FD
Black with #2D57FD
Text Example
Text Example
White with #2D57FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D57FD; }
p { color: rgb(45,87,253); }
H1.HeaderClassName
{
color: #2D57FD;
}
.AnyTagClassName
{
color: #2D57FD;
}
</style>
background-color css
<style>
a { background-color: #2D57FD; }
a { background-color: rgb(45,87,253); }
div.DivClassName
{
background-color: #2D57FD;
}
.BgClassName
{
background-color: #2D57FD;
}
</style>
border-color css
<style>
span { border-color: #2D57FD; }
span { border-color: rgb(45,87,253); }
td.TdClassName
{
border-color: #2D57FD;
}
.TagClassName
{
border-color: #2D57FD;
}
</style>