Shades of Neon Blue #2743FD
Tints of Neon Blue #2743FD
RGB
CMYK
RGB Variations
Color information
#2743FD (or 0x2743FD) is known color: Neon Blue. HEX triplet: 27, 43 and FD. RGB value is (39,67,253). Sum of RGB (Red+Green+Blue) = 39+67+253=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #2743FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2743FD is #D8BC02. Grayscale: #4F4F4F. Windows color (decimal): -14203907 or 16597799. OLE color: 16597799.
HSL color Cylindrical-coordinate representation of color #2743FD: hue angle of 232.15º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2743FD is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 67 | 253 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.01 |
| HSL | 232.15º | 0.98% | 0.57% | - |
| HSV(B) | 232.15º | 0.85% | 0.99% | - |
| XYZ | 20.57 | 11.54 | 94.07 | - |
| YUV | 79.83 | 225.72 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 253 | 0.85 | 0.74 | 0 | 0.01 | 232.15 | 0.98 | 0.57 |
| Hex | 27 | 43 | FD | 55 | 4A | 0 | 1 | E8 | 62 | 39 |
| Octal | 47 | 103 | 375 | 125 | 112 | 0 | 1 | 350 | 142 | 71 |
| Binary | 100111 | 1000011 | 11111101 | 1010101 | 1001010 | 0 | 1 | 11101000 | 1100010 | 111001 |
Color Harmonies of #2743FD
Complementary color
Monochromatic Colors of #2743FD
Black with #2743FD
Text Example
Text Example
White with #2743FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2743FD; }
p { color: rgb(39,67,253); }
H1.HeaderClassName
{
color: #2743FD;
}
.AnyTagClassName
{
color: #2743FD;
}
</style>
background-color css
<style>
a { background-color: #2743FD; }
a { background-color: rgb(39,67,253); }
div.DivClassName
{
background-color: #2743FD;
}
.BgClassName
{
background-color: #2743FD;
}
</style>
border-color css
<style>
span { border-color: #2743FD; }
span { border-color: rgb(39,67,253); }
td.TdClassName
{
border-color: #2743FD;
}
.TagClassName
{
border-color: #2743FD;
}
</style>