Html Css Color HEX #713CFF Neon Blue

📋 copy color: '#713CFF'

red 113 ◦ green 60 ◦ blue 255

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

Shades of Neon Blue #713CFF

Tints of Neon Blue #713CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.02%

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

R = 26.4%
G = 14.02%
B = 59.58%

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

#713CFF (or 0x713CFF) is known color: Neon Blue. HEX triplet: 71, 3C and FF. RGB value is (113,60,255). Sum of RGB (Red+Green+Blue) = 113+60+255=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #713CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CFF is #8EC300. Grayscale: #616161. Windows color (decimal): -9356033 or 16727153. OLE color: 16727153.

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

Color convert

RGB 113 60 255 -
CMYK 0.56 0.76 0 0
HSL 256.31º 1% 0.62% -
HSV(B) 256.31º 0.76% 1% -
XYZ 26.48 13.96 95.91 -
YUV 98.08 216.56 138.64 -
System Red Green Blue C M Y K H S L
Decimal 113 60 255 0.56 0.76 0 0 256.31 1 0.62
Hex 71 3C FF 38 4C 0 0 100 64 3E
Octal 161 74 377 70 114 0 0 400 144 76
Binary 1110001 111100 11111111 111000 1001100 0 0 100000000 1100100 111110

Color Harmonies of #713CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CFF

Black with #713CFF

Text Example


Text Example

White with #713CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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