Html Css Color HEX #703EFB Neon Blue

📋 copy color: '#703EFB'

red 112 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #703EFB

Tints of Neon Blue #703EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.06%

R = 26.35%
G = 14.59%
B = 59.06%

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

#703EFB (or 0x703EFB) is known color: Neon Blue. HEX triplet: 70, 3E and FB. RGB value is (112,62,251). Sum of RGB (Red+Green+Blue) = 112+62+251=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #703EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703EFB is #8FC104. Grayscale: #616161. Windows color (decimal): -9421061 or 16465520. OLE color: 16465520.

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

Color convert

RGB 112 62 251 -
CMYK 0.55 0.75 0 0.02
HSL 255.87º 0.96% 0.61% -
HSV(B) 255.87º 0.75% 0.98% -
XYZ 25.82 13.86 92.58 -
YUV 98.5 214.07 137.63 -
System Red Green Blue C M Y K H S L
Decimal 112 62 251 0.55 0.75 0 0.02 255.87 0.96 0.61
Hex 70 3E FB 37 4B 0 2 100 60 3D
Octal 160 76 373 67 113 0 2 400 140 75
Binary 1110000 111110 11111011 110111 1001011 0 10 100000000 1100000 111101

Color Harmonies of #703EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EFB

Black with #703EFB

Text Example


Text Example

White with #703EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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