Html Css Color HEX #713DFE Neon Blue

📋 copy color: '#713DFE'

red 113 ◦ green 61 ◦ blue 254

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

Shades of Neon Blue #713DFE

Tints of Neon Blue #713DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.25%

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

R = 26.4%
G = 14.25%
B = 59.35%

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

#713DFE (or 0x713DFE) is known color: Neon Blue. HEX triplet: 71, 3D and FE. RGB value is (113,61,254). Sum of RGB (Red+Green+Blue) = 113+61+254=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #713DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DFE is #8EC201. Grayscale: #616161. Windows color (decimal): -9355778 or 16661873. OLE color: 16661873.

HSL color Cylindrical-coordinate representation of color #713DFE: hue angle of 256.17º 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 #713DFE is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 61 254 -
CMYK 0.56 0.76 0 0.00
HSL 256.17º 0.99% 0.62% -
HSV(B) 256.17º 0.76% 1% -
XYZ 26.37 14 95.08 -
YUV 98.55 215.73 138.31 -
System Red Green Blue C M Y K H S L
Decimal 113 61 254 0.56 0.76 0 0.00 256.17 0.99 0.62
Hex 71 3D FE 38 4C 0 0 100 63 3E
Octal 161 75 376 70 114 0 0 400 143 76
Binary 1110001 111101 11111110 111000 1001100 0 0 100000000 1100011 111110

Color Harmonies of #713DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DFE

Black with #713DFE

Text Example


Text Example

White with #713DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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