Html Css Color HEX #713EFF Neon Blue

📋 copy color: '#713EFF'

red 113 ◦ green 62 ◦ blue 255

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

Shades of Neon Blue #713EFF

Tints of Neon Blue #713EFF

RGB

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

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

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

R = 26.28%
G = 14.42%
B = 59.3%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#713EFF (or 0x713EFF) is known color: Neon Blue. HEX triplet: 71, 3E and FF. RGB value is (113,62,255). Sum of RGB (Red+Green+Blue) = 113+62+255=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #713EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713EFF is #8EC100. Grayscale: #626262. Windows color (decimal): -9355521 or 16727665. OLE color: 16727665.

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

Color convert

RGB 113 62 255 -
CMYK 0.56 0.76 0 0
HSL 255.85º 1% 0.62% -
HSV(B) 255.85º 0.76% 1% -
XYZ 26.58 14.18 95.94 -
YUV 99.25 215.9 137.81 -
System Red Green Blue C M Y K H S L
Decimal 113 62 255 0.56 0.76 0 0 255.85 1 0.62
Hex 71 3E FF 38 4C 0 0 100 64 3E
Octal 161 76 377 70 114 0 0 400 144 76
Binary 1110001 111110 11111111 111000 1001100 0 0 100000000 1100100 111110

Color Harmonies of #713EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EFF

Black with #713EFF

Text Example


Text Example

White with #713EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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