Html Css Color HEX #703FFD Neon Blue

📋 copy color: '#703FFD'

red 112 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #703FFD

Tints of Neon Blue #703FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 26.17%
G = 14.72%
B = 59.11%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#703FFD (or 0x703FFD) is known color: Neon Blue. HEX triplet: 70, 3F and FD. RGB value is (112,63,253). Sum of RGB (Red+Green+Blue) = 112+63+253=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #703FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FFD is #8FC002. Grayscale: #626262. Windows color (decimal): -9420803 or 16596848. OLE color: 16596848.

HSL color Cylindrical-coordinate representation of color #703FFD: hue angle of 255.47º degrees, saturation: 0.98, 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 #703FFD is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 63 253 -
CMYK 0.56 0.75 0 0.01
HSL 255.47º 0.98% 0.62% -
HSV(B) 255.47º 0.75% 0.99% -
XYZ 26.19 14.09 94.27 -
YUV 99.31 214.73 137.05 -
System Red Green Blue C M Y K H S L
Decimal 112 63 253 0.56 0.75 0 0.01 255.47 0.98 0.62
Hex 70 3F FD 38 4B 0 1 FF 62 3E
Octal 160 77 375 70 113 0 1 377 142 76
Binary 1110000 111111 11111101 111000 1001011 0 1 11111111 1100010 111110

Color Harmonies of #703FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FFD

Black with #703FFD

Text Example


Text Example

White with #703FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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