Html Css Color HEX #703DFD Neon Blue

📋 copy color: '#703DFD'

red 112 ◦ green 61 ◦ blue 253

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

Shades of Neon Blue #703DFD

Tints of Neon Blue #703DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.32%

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

R = 26.29%
G = 14.32%
B = 59.39%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#703DFD (or 0x703DFD) is known color: Neon Blue. HEX triplet: 70, 3D and FD. RGB value is (112,61,253). Sum of RGB (Red+Green+Blue) = 112+61+253=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #703DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DFD is #8FC202. Grayscale: #616161. Windows color (decimal): -9421315 or 16596336. OLE color: 16596336.

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

Color convert

RGB 112 61 253 -
CMYK 0.56 0.76 0 0.01
HSL 255.94º 0.98% 0.62% -
HSV(B) 255.94º 0.76% 0.99% -
XYZ 26.08 13.87 94.23 -
YUV 98.14 215.4 137.89 -
System Red Green Blue C M Y K H S L
Decimal 112 61 253 0.56 0.76 0 0.01 255.94 0.98 0.62
Hex 70 3D FD 38 4C 0 1 100 62 3E
Octal 160 75 375 70 114 0 1 400 142 76
Binary 1110000 111101 11111101 111000 1001100 0 1 100000000 1100010 111110

Color Harmonies of #703DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DFD

Black with #703DFD

Text Example


Text Example

White with #703DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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