Shades of Neon Blue #2743FE
Tints of Neon Blue #2743FE
RGB
CMYK
RGB Variations
Color information
#2743FE (or 0x2743FE) is known color: Neon Blue. HEX triplet: 27, 43 and FE. RGB value is (39,67,254). Sum of RGB (Red+Green+Blue) = 39+67+254=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #2743FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2743FE is #D8BC01. Grayscale: #4F4F4F. Windows color (decimal): -14203906 or 16663335. OLE color: 16663335.
HSL color Cylindrical-coordinate representation of color #2743FE: hue angle of 232.19º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2743FE is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 67 | 254 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.00 |
| HSL | 232.19º | 0.99% | 0.57% | - |
| HSV(B) | 232.19º | 0.85% | 1% | - |
| XYZ | 20.73 | 11.6 | 94.91 | - |
| YUV | 79.95 | 226.22 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 254 | 0.85 | 0.74 | 0 | 0.00 | 232.19 | 0.99 | 0.57 |
| Hex | 27 | 43 | FE | 55 | 4A | 0 | 0 | E8 | 63 | 39 |
| Octal | 47 | 103 | 376 | 125 | 112 | 0 | 0 | 350 | 143 | 71 |
| Binary | 100111 | 1000011 | 11111110 | 1010101 | 1001010 | 0 | 0 | 11101000 | 1100011 | 111001 |
Color Harmonies of #2743FE
Complementary color
Monochromatic Colors of #2743FE
Black with #2743FE
Text Example
Text Example
White with #2743FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2743FE; }
p { color: rgb(39,67,254); }
H1.HeaderClassName
{
color: #2743FE;
}
.AnyTagClassName
{
color: #2743FE;
}
</style>
background-color css
<style>
a { background-color: #2743FE; }
a { background-color: rgb(39,67,254); }
div.DivClassName
{
background-color: #2743FE;
}
.BgClassName
{
background-color: #2743FE;
}
</style>
border-color css
<style>
span { border-color: #2743FE; }
span { border-color: rgb(39,67,254); }
td.TdClassName
{
border-color: #2743FE;
}
.TagClassName
{
border-color: #2743FE;
}
</style>