Html Css Color HEX #7040FD Neon Blue

📋 copy color: '#7040FD'

red 112 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #7040FD

Tints of Neon Blue #7040FD

RGB

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

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

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

R = 26.11%
G = 14.92%
B = 58.97%

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

#7040FD (or 0x7040FD) is known color: Neon Blue. HEX triplet: 70, 40 and FD. RGB value is (112,64,253). Sum of RGB (Red+Green+Blue) = 112+64+253=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #7040FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7040FD is #8FBF02. Grayscale: #636363. Windows color (decimal): -9420547 or 16597104. OLE color: 16597104.

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

Color convert

RGB 112 64 253 -
CMYK 0.56 0.75 0 0.01
HSL 255.24º 0.98% 0.62% -
HSV(B) 255.24º 0.75% 0.99% -
XYZ 26.25 14.2 94.29 -
YUV 99.9 214.4 136.63 -
System Red Green Blue C M Y K H S L
Decimal 112 64 253 0.56 0.75 0 0.01 255.24 0.98 0.62
Hex 70 40 FD 38 4B 0 1 FF 62 3E
Octal 160 100 375 70 113 0 1 377 142 76
Binary 1110000 1000000 11111101 111000 1001011 0 1 11111111 1100010 111110

Color Harmonies of #7040FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040FD

Black with #7040FD

Text Example


Text Example

White with #7040FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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