Html Css Color HEX #713DFD Neon Blue

📋 copy color: '#713DFD'

red 113 ◦ green 61 ◦ blue 253

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

Shades of Neon Blue #713DFD

Tints of Neon Blue #713DFD

RGB

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

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

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

R = 26.46%
G = 14.29%
B = 59.25%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#713DFD (or 0x713DFD) is known color: Neon Blue. HEX triplet: 71, 3D and FD. RGB value is (113,61,253). Sum of RGB (Red+Green+Blue) = 113+61+253=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #713DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DFD is #8EC202. Grayscale: #616161. Windows color (decimal): -9355779 or 16596337. OLE color: 16596337.

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

Color convert

RGB 113 61 253 -
CMYK 0.55 0.76 0 0.01
HSL 256.25º 0.98% 0.62% -
HSV(B) 256.25º 0.76% 0.99% -
XYZ 26.21 13.94 94.24 -
YUV 98.44 215.23 138.39 -
System Red Green Blue C M Y K H S L
Decimal 113 61 253 0.55 0.76 0 0.01 256.25 0.98 0.62
Hex 71 3D FD 37 4C 0 1 100 62 3E
Octal 161 75 375 67 114 0 1 400 142 76
Binary 1110001 111101 11111101 110111 1001100 0 1 100000000 1100010 111110

Color Harmonies of #713DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DFD

Black with #713DFD

Text Example


Text Example

White with #713DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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