Html Css Color HEX #7140FF Neon Blue

📋 copy color: '#7140FF'

red 113 ◦ green 64 ◦ blue 255

#7140FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #7140FF

Tints of Neon Blue #7140FF

RGB

 RED value IS 113 (44.53% from 255) = 26.16%

 GREEN value IS 64 (25.39% from 255) = 14.81%

 BLUE value IS 255 (100% from 255) = 59.03%

R = 26.16%
G = 14.81%
B = 59.03%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7140FF (or 0x7140FF) is known color: Neon Blue. HEX triplet: 71, 40 and FF. RGB value is (113,64,255). Sum of RGB (Red+Green+Blue) = 113+64+255=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #7140FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7140FF is #8EBF00. Grayscale: #636363. Windows color (decimal): -9355009 or 16728177. OLE color: 16728177.

HSL color Cylindrical-coordinate representation of color #7140FF: hue angle of 255.39º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7140FF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 64 255 -
CMYK 0.56 0.75 0 0
HSL 255.39º 1% 0.63% -
HSV(B) 255.39º 0.75% 1% -
XYZ 26.69 14.4 95.98 -
YUV 100.43 215.23 136.97 -
System Red Green Blue C M Y K H S L
Decimal 113 64 255 0.56 0.75 0 0 255.39 1 0.63
Hex 71 40 FF 38 4B 0 0 FF 64 3F
Octal 161 100 377 70 113 0 0 377 144 77
Binary 1110001 1000000 11111111 111000 1001011 0 0 11111111 1100100 111111

Color Harmonies of #7140FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140FF

Black with #7140FF

Text Example


Text Example

White with #7140FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7140FF; }

 p { color: rgb(113,64,255); }

 H1.HeaderClassName
 {
   color: #7140FF;
 }
 .AnyTagClassName
 {
   color: #7140FF;
 }
</style>

background-color css

<style>
 a { background-color: #7140FF; }

 a { background-color: rgb(113,64,255); }

 div.DivClassName
 {
   background-color: #7140FF;
 }
 .BgClassName
 {
   background-color: #7140FF;
 }
</style>

border-color css

<style>
 span { border-color: #7140FF; }

 span { border-color: rgb(113,64,255); }

 td.TdClassName
 {
   border-color: #7140FF;
 }
 .TagClassName
 {
   border-color: #7140FF;
 }
</style>