Html Css Color HEX #703FFE Neon Blue

📋 copy color: '#703FFE'

red 112 ◦ green 63 ◦ blue 254

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

Shades of Neon Blue #703FFE

Tints of Neon Blue #703FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.21%

R = 26.11%
G = 14.69%
B = 59.21%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#703FFE (or 0x703FFE) is known color: Neon Blue. HEX triplet: 70, 3F and FE. RGB value is (112,63,254). Sum of RGB (Red+Green+Blue) = 112+63+254=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #703FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FFE is #8FC001. Grayscale: #626262. Windows color (decimal): -9420802 or 16662384. OLE color: 16662384.

HSL color Cylindrical-coordinate representation of color #703FFE: hue angle of 255.39º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703FFE is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 63 254 -
CMYK 0.56 0.75 0 0.00
HSL 255.39º 0.99% 0.62% -
HSV(B) 255.39º 0.75% 1% -
XYZ 26.35 14.16 95.11 -
YUV 99.43 215.23 136.97 -
System Red Green Blue C M Y K H S L
Decimal 112 63 254 0.56 0.75 0 0.00 255.39 0.99 0.62
Hex 70 3F FE 38 4B 0 0 FF 63 3E
Octal 160 77 376 70 113 0 0 377 143 76
Binary 1110000 111111 11111110 111000 1001011 0 0 11111111 1100011 111110

Color Harmonies of #703FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FFE

Black with #703FFE

Text Example


Text Example

White with #703FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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