Html Css Color HEX #703FFB Neon Blue

📋 copy color: '#703FFB'

red 112 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #703FFB

Tints of Neon Blue #703FFB

RGB

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

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

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

R = 26.29%
G = 14.79%
B = 58.92%

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

#703FFB (or 0x703FFB) is known color: Neon Blue. HEX triplet: 70, 3F and FB. RGB value is (112,63,251). Sum of RGB (Red+Green+Blue) = 112+63+251=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #703FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FFB is #8FC004. Grayscale: #626262. Windows color (decimal): -9420805 or 16465776. OLE color: 16465776.

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

Color convert

RGB 112 63 251 -
CMYK 0.55 0.75 0 0.02
HSL 255.64º 0.96% 0.62% -
HSV(B) 255.64º 0.75% 0.98% -
XYZ 25.87 13.96 92.6 -
YUV 99.08 213.73 137.21 -
System Red Green Blue C M Y K H S L
Decimal 112 63 251 0.55 0.75 0 0.02 255.64 0.96 0.62
Hex 70 3F FB 37 4B 0 2 100 60 3E
Octal 160 77 373 67 113 0 2 400 140 76
Binary 1110000 111111 11111011 110111 1001011 0 10 100000000 1100000 111110

Color Harmonies of #703FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FFB

Black with #703FFB

Text Example


Text Example

White with #703FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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