Html Css Color HEX #7041FF Neon Blue

📋 copy color: '#7041FF'

red 112 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #7041FF

Tints of Neon Blue #7041FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 25.93%
G = 15.05%
B = 59.03%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7041FF (or 0x7041FF) is known color: Neon Blue. HEX triplet: 70, 41 and FF. RGB value is (112,65,255). Sum of RGB (Red+Green+Blue) = 112+65+255=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #7041FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041FF is #8FBE00. Grayscale: #646464. Windows color (decimal): -9420289 or 16728432. OLE color: 16728432.

HSL color Cylindrical-coordinate representation of color #7041FF: hue angle of 254.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7041FF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 65 255 -
CMYK 0.56 0.75 0 0
HSL 254.84º 1% 0.63% -
HSV(B) 254.84º 0.75% 1% -
XYZ 26.62 14.45 95.99 -
YUV 100.71 215.07 136.05 -
System Red Green Blue C M Y K H S L
Decimal 112 65 255 0.56 0.75 0 0 254.84 1 0.63
Hex 70 41 FF 38 4B 0 0 FF 64 3F
Octal 160 101 377 70 113 0 0 377 144 77
Binary 1110000 1000001 11111111 111000 1001011 0 0 11111111 1100100 111111

Color Harmonies of #7041FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041FF

Black with #7041FF

Text Example


Text Example

White with #7041FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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