Html Css Color HEX #713EFE Neon Blue

📋 copy color: '#713EFE'

red 113 ◦ green 62 ◦ blue 254

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

Shades of Neon Blue #713EFE

Tints of Neon Blue #713EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.45%

 BLUE value IS 254 (99.61% from 255) = 59.21%

R = 26.34%
G = 14.45%
B = 59.21%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#713EFE (or 0x713EFE) is known color: Neon Blue. HEX triplet: 71, 3E and FE. RGB value is (113,62,254). Sum of RGB (Red+Green+Blue) = 113+62+254=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #713EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713EFE is #8EC101. Grayscale: #626262. Windows color (decimal): -9355522 or 16662129. OLE color: 16662129.

HSL color Cylindrical-coordinate representation of color #713EFE: hue angle of 255.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713EFE is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 62 254 -
CMYK 0.56 0.76 0 0.00
HSL 255.94º 0.99% 0.62% -
HSV(B) 255.94º 0.76% 1% -
XYZ 26.42 14.11 95.1 -
YUV 99.14 215.4 137.89 -
System Red Green Blue C M Y K H S L
Decimal 113 62 254 0.56 0.76 0 0.00 255.94 0.99 0.62
Hex 71 3E FE 38 4C 0 0 100 63 3E
Octal 161 76 376 70 114 0 0 400 143 76
Binary 1110001 111110 11111110 111000 1001100 0 0 100000000 1100011 111110

Color Harmonies of #713EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EFE

Black with #713EFE

Text Example


Text Example

White with #713EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713EFE; }

 p { color: rgb(113,62,254); }

 H1.HeaderClassName
 {
   color: #713EFE;
 }
 .AnyTagClassName
 {
   color: #713EFE;
 }
</style>

background-color css

<style>
 a { background-color: #713EFE; }

 a { background-color: rgb(113,62,254); }

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

border-color css

<style>
 span { border-color: #713EFE; }

 span { border-color: rgb(113,62,254); }

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