Html Css Color HEX #713FFA Neon Blue

📋 copy color: '#713FFA'

red 113 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #713FFA

Tints of Neon Blue #713FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.79%

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 26.53%
G = 14.79%
B = 58.69%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#713FFA (or 0x713FFA) is known color: Neon Blue. HEX triplet: 71, 3F and FA. RGB value is (113,63,250). Sum of RGB (Red+Green+Blue) = 113+63+250=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #713FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FFA is #8EC005. Grayscale: #626262. Windows color (decimal): -9355270 or 16400241. OLE color: 16400241.

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

Color convert

RGB 113 63 250 -
CMYK 0.55 0.75 0 0.02
HSL 256.04º 0.95% 0.61% -
HSV(B) 256.04º 0.75% 0.98% -
XYZ 25.84 13.97 91.78 -
YUV 99.27 213.07 137.79 -
System Red Green Blue C M Y K H S L
Decimal 113 63 250 0.55 0.75 0 0.02 256.04 0.95 0.61
Hex 71 3F FA 37 4B 0 2 100 5F 3D
Octal 161 77 372 67 113 0 2 400 137 75
Binary 1110001 111111 11111010 110111 1001011 0 10 100000000 1011111 111101

Color Harmonies of #713FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FFA

Black with #713FFA

Text Example


Text Example

White with #713FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,250); }

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

background-color css

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

 a { background-color: rgb(113,63,250); }

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

border-color css

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

 span { border-color: rgb(113,63,250); }

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