Html Css Color HEX #713FFC Neon Blue

📋 copy color: '#713FFC'

red 113 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #713FFC

Tints of Neon Blue #713FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 26.4%
G = 14.72%
B = 58.88%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#713FFC (or 0x713FFC) is known color: Neon Blue. HEX triplet: 71, 3F and FC. RGB value is (113,63,252). Sum of RGB (Red+Green+Blue) = 113+63+252=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #713FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FFC is #8EC003. Grayscale: #626262. Windows color (decimal): -9355268 or 16531313. OLE color: 16531313.

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

Color convert

RGB 113 63 252 -
CMYK 0.55 0.75 0 0.01
HSL 255.87º 0.97% 0.62% -
HSV(B) 255.87º 0.75% 0.99% -
XYZ 26.16 14.09 93.44 -
YUV 99.5 214.07 137.63 -
System Red Green Blue C M Y K H S L
Decimal 113 63 252 0.55 0.75 0 0.01 255.87 0.97 0.62
Hex 71 3F FC 37 4B 0 1 100 61 3E
Octal 161 77 374 67 113 0 1 400 141 76
Binary 1110001 111111 11111100 110111 1001011 0 1 100000000 1100001 111110

Color Harmonies of #713FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FFC

Black with #713FFC

Text Example


Text Example

White with #713FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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