Html Css Color HEX #473CEF Neon Blue

📋 copy color: '#473CEF'

red 71 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #473CEF

Tints of Neon Blue #473CEF

RGB

 RED value IS 71 (28.13% from 255) = 19.19%

 GREEN value IS 60 (23.83% from 255) = 16.22%

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 19.19%
G = 16.22%
B = 64.59%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#473CEF (or 0x473CEF) is known color: Neon Blue. HEX triplet: 47, 3C and EF. RGB value is (71,60,239). Sum of RGB (Red+Green+Blue) = 71+60+239=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #473CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473CEF is #B8C310. Grayscale: #525252. Windows color (decimal): -12108561 or 15678535. OLE color: 15678535.

HSL color Cylindrical-coordinate representation of color #473CEF: hue angle of 243.69º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #473CEF is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 60 239 -
CMYK 0.70 0.75 0 0.06
HSL 243.69º 0.85% 0.59% -
HSV(B) 243.69º 0.75% 0.94% -
XYZ 19.79 10.8 82.7 -
YUV 83.7 215.64 118.95 -
System Red Green Blue C M Y K H S L
Decimal 71 60 239 0.70 0.75 0 0.06 243.69 0.85 0.59
Hex 47 3C EF 46 4B 0 6 F4 55 3B
Octal 107 74 357 106 113 0 6 364 125 73
Binary 1000111 111100 11101111 1000110 1001011 0 110 11110100 1010101 111011

Color Harmonies of #473CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CEF

Black with #473CEF

Text Example


Text Example

White with #473CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473CEF; }

 p { color: rgb(71,60,239); }

 H1.HeaderClassName
 {
   color: #473CEF;
 }
 .AnyTagClassName
 {
   color: #473CEF;
 }
</style>

background-color css

<style>
 a { background-color: #473CEF; }

 a { background-color: rgb(71,60,239); }

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

border-color css

<style>
 span { border-color: #473CEF; }

 span { border-color: rgb(71,60,239); }

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