Html Css Color HEX #7041FC Neon Blue

📋 copy color: '#7041FC'

red 112 ◦ green 65 ◦ blue 252

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

Shades of Neon Blue #7041FC

Tints of Neon Blue #7041FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

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

R = 26.11%
G = 15.15%
B = 58.74%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7041FC (or 0x7041FC) is known color: Neon Blue. HEX triplet: 70, 41 and FC. RGB value is (112,65,252). Sum of RGB (Red+Green+Blue) = 112+65+252=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #7041FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041FC is #8FBE03. Grayscale: #636363. Windows color (decimal): -9420292 or 16531824. OLE color: 16531824.

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

Color convert

RGB 112 65 252 -
CMYK 0.56 0.74 0 0.01
HSL 255.08º 0.97% 0.62% -
HSV(B) 255.08º 0.74% 0.99% -
XYZ 26.14 14.25 93.47 -
YUV 100.37 213.57 136.29 -
System Red Green Blue C M Y K H S L
Decimal 112 65 252 0.56 0.74 0 0.01 255.08 0.97 0.62
Hex 70 41 FC 38 4A 0 1 FF 61 3E
Octal 160 101 374 70 112 0 1 377 141 76
Binary 1110000 1000001 11111100 111000 1001010 0 1 11111111 1100001 111110

Color Harmonies of #7041FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041FC

Black with #7041FC

Text Example


Text Example

White with #7041FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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