Html Css Color HEX #7040FC Neon Blue

📋 copy color: '#7040FC'

red 112 ◦ green 64 ◦ blue 252

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

Shades of Neon Blue #7040FC

Tints of Neon Blue #7040FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 26.17%
G = 14.95%
B = 58.88%

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

#7040FC (or 0x7040FC) is known color: Neon Blue. HEX triplet: 70, 40 and FC. RGB value is (112,64,252). Sum of RGB (Red+Green+Blue) = 112+64+252=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #7040FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7040FC is #8FBF03. Grayscale: #636363. Windows color (decimal): -9420548 or 16531568. OLE color: 16531568.

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

Color convert

RGB 112 64 252 -
CMYK 0.56 0.75 0 0.01
HSL 255.32º 0.97% 0.62% -
HSV(B) 255.32º 0.75% 0.99% -
XYZ 26.09 14.14 93.45 -
YUV 99.78 213.9 136.71 -
System Red Green Blue C M Y K H S L
Decimal 112 64 252 0.56 0.75 0 0.01 255.32 0.97 0.62
Hex 70 40 FC 38 4B 0 1 FF 61 3E
Octal 160 100 374 70 113 0 1 377 141 76
Binary 1110000 1000000 11111100 111000 1001011 0 1 11111111 1100001 111110

Color Harmonies of #7040FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040FC

Black with #7040FC

Text Example


Text Example

White with #7040FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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