Html Css Color HEX #7040FA Neon Blue

📋 copy color: '#7040FA'

red 112 ◦ green 64 ◦ blue 250

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

Shades of Neon Blue #7040FA

Tints of Neon Blue #7040FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.02%

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 26.29%
G = 15.02%
B = 58.69%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7040FA (or 0x7040FA) is known color: Neon Blue. HEX triplet: 70, 40 and FA. RGB value is (112,64,250). Sum of RGB (Red+Green+Blue) = 112+64+250=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #7040FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7040FA is #8FBF05. Grayscale: #626262. Windows color (decimal): -9420550 or 16400496. OLE color: 16400496.

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

Color convert

RGB 112 64 250 -
CMYK 0.55 0.74 0 0.02
HSL 255.48º 0.95% 0.62% -
HSV(B) 255.48º 0.74% 0.98% -
XYZ 25.77 14.01 91.79 -
YUV 99.56 212.9 136.88 -
System Red Green Blue C M Y K H S L
Decimal 112 64 250 0.55 0.74 0 0.02 255.48 0.95 0.62
Hex 70 40 FA 37 4A 0 2 FF 5F 3E
Octal 160 100 372 67 112 0 2 377 137 76
Binary 1110000 1000000 11111010 110111 1001010 0 10 11111111 1011111 111110

Color Harmonies of #7040FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040FA

Black with #7040FA

Text Example


Text Example

White with #7040FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7040FA; }

 p { color: rgb(112,64,250); }

 H1.HeaderClassName
 {
   color: #7040FA;
 }
 .AnyTagClassName
 {
   color: #7040FA;
 }
</style>

background-color css

<style>
 a { background-color: #7040FA; }

 a { background-color: rgb(112,64,250); }

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

border-color css

<style>
 span { border-color: #7040FA; }

 span { border-color: rgb(112,64,250); }

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