Html Css Color HEX #7041FD Neon Blue

📋 copy color: '#7041FD'

red 112 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #7041FD

Tints of Neon Blue #7041FD

RGB

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

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

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

R = 26.05%
G = 15.12%
B = 58.84%

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

#7041FD (or 0x7041FD) is known color: Neon Blue. HEX triplet: 70, 41 and FD. RGB value is (112,65,253). Sum of RGB (Red+Green+Blue) = 112+65+253=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #7041FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041FD is #8FBE02. Grayscale: #636363. Windows color (decimal): -9420291 or 16597360. OLE color: 16597360.

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

Color convert

RGB 112 65 253 -
CMYK 0.56 0.74 0 0.01
HSL 255º 0.98% 0.62% -
HSV(B) 255º 0.74% 0.99% -
XYZ 26.3 14.32 94.31 -
YUV 100.49 214.07 136.21 -
System Red Green Blue C M Y K H S L
Decimal 112 65 253 0.56 0.74 0 0.01 255 0.98 0.62
Hex 70 41 FD 38 4A 0 1 FF 62 3E
Octal 160 101 375 70 112 0 1 377 142 76
Binary 1110000 1000001 11111101 111000 1001010 0 1 11111111 1100010 111110

Color Harmonies of #7041FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041FD

Black with #7041FD

Text Example


Text Example

White with #7041FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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