#703DFC

Color #703DFC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #703DFC

Tints of Neon Blue #703DFC

Color information

#703DFC (or 0x703DFC) is unknown color: approx Neon Blue. HEX triplet: 70, 3D and FC. RGB value is (112,61,252). Sum of RGB (Red+Green+Blue) = 112+61+252=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #703DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DFC is #8FC203. Grayscale: #616161. Windows color (decimal): -9421316 or 16530800. OLE color: 16530800.

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

Color convert

RGB11261252-
CMYK0.560.7600.01
HSL256.02º96.95%61.37%-
HSV(B)256.02º75.79%98.82%-
XYZ25.9213.8193.39-
YUV98.02214.9137.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 61 (24.22% from 255) = 14.35%
BLUE value IS 252 (98.83% from 255) = 59.29%
R=26.35%
G=14.35%
B=59.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112612520.560.7600.01256.0296.9561.37
Hex703DFC384C01100613d
Octal16075374701140140014175
Binary1110000111101111111001110001001100011000000001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #703DFC;
 }
 .AnyTagClassName
 {
   color: #703DFC;
 }
</style>
background-color css

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

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

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

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

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

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