Html Css Color HEX #703EFA Neon Blue

📋 copy color: '#703EFA'

red 112 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #703EFA

Tints of Neon Blue #703EFA

RGB

 RED value IS 112 (44.14% from 255) = 26.42%

 GREEN value IS 62 (24.61% from 255) = 14.62%

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

R = 26.42%
G = 14.62%
B = 58.96%

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

#703EFA (or 0x703EFA) is known color: Neon Blue. HEX triplet: 70, 3E and FA. RGB value is (112,62,250). Sum of RGB (Red+Green+Blue) = 112+62+250=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #703EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703EFA is #8FC105. Grayscale: #616161. Windows color (decimal): -9421062 or 16399984. OLE color: 16399984.

HSL color Cylindrical-coordinate representation of color #703EFA: hue angle of 255.96º 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 #703EFA is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 62 250 -
CMYK 0.55 0.75 0 0.02
HSL 255.96º 0.95% 0.61% -
HSV(B) 255.96º 0.75% 0.98% -
XYZ 25.66 13.79 91.75 -
YUV 98.38 213.57 137.71 -
System Red Green Blue C M Y K H S L
Decimal 112 62 250 0.55 0.75 0 0.02 255.96 0.95 0.61
Hex 70 3E FA 37 4B 0 2 100 5F 3D
Octal 160 76 372 67 113 0 2 400 137 75
Binary 1110000 111110 11111010 110111 1001011 0 10 100000000 1011111 111101

Color Harmonies of #703EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EFA

Black with #703EFA

Text Example


Text Example

White with #703EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703EFA; }

 p { color: rgb(112,62,250); }

 H1.HeaderClassName
 {
   color: #703EFA;
 }
 .AnyTagClassName
 {
   color: #703EFA;
 }
</style>

background-color css

<style>
 a { background-color: #703EFA; }

 a { background-color: rgb(112,62,250); }

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

border-color css

<style>
 span { border-color: #703EFA; }

 span { border-color: rgb(112,62,250); }

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