Shades of Neon Blue #2743FA
Tints of Neon Blue #2743FA
RGB
CMYK
RGB Variations
Color information
#2743FA (or 0x2743FA) is known color: Neon Blue. HEX triplet: 27, 43 and FA. RGB value is (39,67,250). Sum of RGB (Red+Green+Blue) = 39+67+250=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #2743FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2743FA is #D8BC05. Grayscale: #4E4E4E. Windows color (decimal): -14203910 or 16401191. OLE color: 16401191.
HSL color Cylindrical-coordinate representation of color #2743FA: hue angle of 232.04º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2743FA is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 67 | 250 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.02 |
| HSL | 232.04º | 0.95% | 0.57% | - |
| HSV(B) | 232.04º | 0.84% | 0.98% | - |
| XYZ | 20.1 | 11.35 | 91.57 | - |
| YUV | 79.49 | 224.22 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 250 | 0.84 | 0.73 | 0 | 0.02 | 232.04 | 0.95 | 0.57 |
| Hex | 27 | 43 | FA | 54 | 49 | 0 | 2 | E8 | 5F | 39 |
| Octal | 47 | 103 | 372 | 124 | 111 | 0 | 2 | 350 | 137 | 71 |
| Binary | 100111 | 1000011 | 11111010 | 1010100 | 1001001 | 0 | 10 | 11101000 | 1011111 | 111001 |
Color Harmonies of #2743FA
Complementary color
Monochromatic Colors of #2743FA
Black with #2743FA
Text Example
Text Example
White with #2743FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2743FA; }
p { color: rgb(39,67,250); }
H1.HeaderClassName
{
color: #2743FA;
}
.AnyTagClassName
{
color: #2743FA;
}
</style>
background-color css
<style>
a { background-color: #2743FA; }
a { background-color: rgb(39,67,250); }
div.DivClassName
{
background-color: #2743FA;
}
.BgClassName
{
background-color: #2743FA;
}
</style>
border-color css
<style>
span { border-color: #2743FA; }
span { border-color: rgb(39,67,250); }
td.TdClassName
{
border-color: #2743FA;
}
.TagClassName
{
border-color: #2743FA;
}
</style>