Html Css Color HEX #7142FF Neon Blue

📋 copy color: '#7142FF'

red 113 ◦ green 66 ◦ blue 255

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

Shades of Neon Blue #7142FF

Tints of Neon Blue #7142FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.21%

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

R = 26.04%
G = 15.21%
B = 58.76%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7142FF (or 0x7142FF) is known color: Neon Blue. HEX triplet: 71, 42 and FF. RGB value is (113,66,255). Sum of RGB (Red+Green+Blue) = 113+66+255=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #7142FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7142FF is #8EBD00. Grayscale: #646464. Windows color (decimal): -9354497 or 16728689. OLE color: 16728689.

HSL color Cylindrical-coordinate representation of color #7142FF: hue angle of 254.92º 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 #7142FF is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 66 255 -
CMYK 0.56 0.74 0 0
HSL 254.92º 1% 0.63% -
HSV(B) 254.92º 0.74% 1% -
XYZ 26.81 14.63 96.02 -
YUV 101.6 214.57 136.13 -
System Red Green Blue C M Y K H S L
Decimal 113 66 255 0.56 0.74 0 0 254.92 1 0.63
Hex 71 42 FF 38 4A 0 0 FF 64 3F
Octal 161 102 377 70 112 0 0 377 144 77
Binary 1110001 1000010 11111111 111000 1001010 0 0 11111111 1100100 111111

Color Harmonies of #7142FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7142FF

Black with #7142FF

Text Example


Text Example

White with #7142FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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