Html Css Color HEX #713EFD Neon Blue

📋 copy color: '#713EFD'

red 113 ◦ green 62 ◦ blue 253

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

Shades of Neon Blue #713EFD

Tints of Neon Blue #713EFD

RGB

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

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

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

R = 26.4%
G = 14.49%
B = 59.11%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#713EFD (or 0x713EFD) is known color: Neon Blue. HEX triplet: 71, 3E and FD. RGB value is (113,62,253). Sum of RGB (Red+Green+Blue) = 113+62+253=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #713EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713EFD is #8EC102. Grayscale: #626262. Windows color (decimal): -9355523 or 16596593. OLE color: 16596593.

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

Color convert

RGB 113 62 253 -
CMYK 0.55 0.75 0 0.01
HSL 256.02º 0.98% 0.62% -
HSV(B) 256.02º 0.75% 0.99% -
XYZ 26.26 14.05 94.26 -
YUV 99.02 214.9 137.97 -
System Red Green Blue C M Y K H S L
Decimal 113 62 253 0.55 0.75 0 0.01 256.02 0.98 0.62
Hex 71 3E FD 37 4B 0 1 100 62 3E
Octal 161 76 375 67 113 0 1 400 142 76
Binary 1110001 111110 11111101 110111 1001011 0 1 100000000 1100010 111110

Color Harmonies of #713EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EFD

Black with #713EFD

Text Example


Text Example

White with #713EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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