Shades of Neon Blue #7143FF
Tints of Neon Blue #7143FF
RGB
CMYK
RGB Variations
Color information
#7143FF (or 0x7143FF) is known color: Neon Blue. HEX triplet: 71, 43 and FF. RGB value is (113,67,255). Sum of RGB (Red+Green+Blue) = 113+67+255=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #7143FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7143FF is #8EBC00. Grayscale: #656565. Windows color (decimal): -9354241 or 16728945. OLE color: 16728945.
HSL color Cylindrical-coordinate representation of color #7143FF: hue angle of 254.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7143FF is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 67 | 255 | - |
| CMYK | 0.56 | 0.74 | 0 | 0 |
| HSL | 254.68º | 1% | 0.63% | - |
| HSV(B) | 254.68º | 0.74% | 1% | - |
| XYZ | 26.87 | 14.75 | 96.04 | - |
| YUV | 102.19 | 214.24 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 255 | 0.56 | 0.74 | 0 | 0 | 254.68 | 1 | 0.63 |
| Hex | 71 | 43 | FF | 38 | 4A | 0 | 0 | FF | 64 | 3F |
| Octal | 161 | 103 | 377 | 70 | 112 | 0 | 0 | 377 | 144 | 77 |
| Binary | 1110001 | 1000011 | 11111111 | 111000 | 1001010 | 0 | 0 | 11111111 | 1100100 | 111111 |
Color Harmonies of #7143FF
Complementary color
Monochromatic Colors of #7143FF
Black with #7143FF
Text Example
Text Example
White with #7143FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7143FF; }
p { color: rgb(113,67,255); }
H1.HeaderClassName
{
color: #7143FF;
}
.AnyTagClassName
{
color: #7143FF;
}
</style>
background-color css
<style>
a { background-color: #7143FF; }
a { background-color: rgb(113,67,255); }
div.DivClassName
{
background-color: #7143FF;
}
.BgClassName
{
background-color: #7143FF;
}
</style>
border-color css
<style>
span { border-color: #7143FF; }
span { border-color: rgb(113,67,255); }
td.TdClassName
{
border-color: #7143FF;
}
.TagClassName
{
border-color: #7143FF;
}
</style>