Html Css Color HEX #7042FD Neon Blue

📋 copy color: '#7042FD'

red 112 ◦ green 66 ◦ blue 253

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

Shades of Neon Blue #7042FD

Tints of Neon Blue #7042FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.31%

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

R = 25.99%
G = 15.31%
B = 58.7%

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

#7042FD (or 0x7042FD) is known color: Neon Blue. HEX triplet: 70, 42 and FD. RGB value is (112,66,253). Sum of RGB (Red+Green+Blue) = 112+66+253=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #7042FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7042FD is #8FBD02. Grayscale: #646464. Windows color (decimal): -9420035 or 16597616. OLE color: 16597616.

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

Color convert

RGB 112 66 253 -
CMYK 0.56 0.74 0 0.01
HSL 254.76º 0.98% 0.63% -
HSV(B) 254.76º 0.74% 0.99% -
XYZ 26.36 14.43 94.33 -
YUV 101.07 213.74 135.79 -
System Red Green Blue C M Y K H S L
Decimal 112 66 253 0.56 0.74 0 0.01 254.76 0.98 0.63
Hex 70 42 FD 38 4A 0 1 FF 62 3F
Octal 160 102 375 70 112 0 1 377 142 77
Binary 1110000 1000010 11111101 111000 1001010 0 1 11111111 1100010 111111

Color Harmonies of #7042FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042FD

Black with #7042FD

Text Example


Text Example

White with #7042FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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