Html Css Color HEX #7141FD Neon Blue

📋 copy color: '#7141FD'

red 113 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #7141FD

Tints of Neon Blue #7141FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.08%

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 26.22%
G = 15.08%
B = 58.7%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7141FD (or 0x7141FD) is known color: Neon Blue. HEX triplet: 71, 41 and FD. RGB value is (113,65,253). Sum of RGB (Red+Green+Blue) = 113+65+253=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #7141FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141FD is #8EBE02. Grayscale: #646464. Windows color (decimal): -9354755 or 16597361. OLE color: 16597361.

HSL color Cylindrical-coordinate representation of color #7141FD: hue angle of 255.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7141FD is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 65 253 -
CMYK 0.55 0.74 0 0.01
HSL 255.32º 0.98% 0.62% -
HSV(B) 255.32º 0.74% 0.99% -
XYZ 26.43 14.38 94.31 -
YUV 100.78 213.9 136.71 -
System Red Green Blue C M Y K H S L
Decimal 113 65 253 0.55 0.74 0 0.01 255.32 0.98 0.62
Hex 71 41 FD 37 4A 0 1 FF 62 3E
Octal 161 101 375 67 112 0 1 377 142 76
Binary 1110001 1000001 11111101 110111 1001010 0 1 11111111 1100010 111110

Color Harmonies of #7141FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7141FD

Black with #7141FD

Text Example


Text Example

White with #7141FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7141FD; }

 p { color: rgb(113,65,253); }

 H1.HeaderClassName
 {
   color: #7141FD;
 }
 .AnyTagClassName
 {
   color: #7141FD;
 }
</style>

background-color css

<style>
 a { background-color: #7141FD; }

 a { background-color: rgb(113,65,253); }

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

border-color css

<style>
 span { border-color: #7141FD; }

 span { border-color: rgb(113,65,253); }

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