Html Css Color HEX #473EFF Neon Blue

📋 copy color: '#473EFF'

red 71 ◦ green 62 ◦ blue 255

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

Shades of Neon Blue #473EFF

Tints of Neon Blue #473EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.98%

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

R = 18.3%
G = 15.98%
B = 65.72%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#473EFF (or 0x473EFF) is known color: Neon Blue. HEX triplet: 47, 3E and FF. RGB value is (71,62,255). Sum of RGB (Red+Green+Blue) = 71+62+255=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #473EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473EFF is #B8C100. Grayscale: #555555. Windows color (decimal): -12108033 or 16727623. OLE color: 16727623.

HSL color Cylindrical-coordinate representation of color #473EFF: hue angle of 242.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #473EFF is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 62 255 -
CMYK 0.72 0.76 0 0
HSL 242.8º 1% 0.62% -
HSV(B) 242.8º 0.76% 1% -
XYZ 22.37 12 95.75 -
YUV 86.69 222.98 116.81 -
System Red Green Blue C M Y K H S L
Decimal 71 62 255 0.72 0.76 0 0 242.8 1 0.62
Hex 47 3E FF 48 4C 0 0 F3 64 3E
Octal 107 76 377 110 114 0 0 363 144 76
Binary 1000111 111110 11111111 1001000 1001100 0 0 11110011 1100100 111110

Color Harmonies of #473EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EFF

Black with #473EFF

Text Example


Text Example

White with #473EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,62,255); }

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

background-color css

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

 a { background-color: rgb(71,62,255); }

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

border-color css

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

 span { border-color: rgb(71,62,255); }

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