Html Css Color HEX #473CF0 Neon Blue

📋 copy color: '#473CF0'

red 71 ◦ green 60 ◦ blue 240

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

Shades of Neon Blue #473CF0

Tints of Neon Blue #473CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 64.69%

R = 19.14%
G = 16.17%
B = 64.69%

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

#473CF0 (or 0x473CF0) is known color: Neon Blue. HEX triplet: 47, 3C and F0. RGB value is (71,60,240). Sum of RGB (Red+Green+Blue) = 71+60+240=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #473CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473CF0 is #B8C30F. Grayscale: #535353. Windows color (decimal): -12108560 or 15744071. OLE color: 15744071.

HSL color Cylindrical-coordinate representation of color #473CF0: hue angle of 243.67º degrees, saturation: 0.86, 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 #473CF0 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 60 240 -
CMYK 0.70 0.75 0 0.06
HSL 243.67º 0.86% 0.59% -
HSV(B) 243.67º 0.75% 0.94% -
XYZ 19.94 10.86 83.48 -
YUV 83.81 216.14 118.86 -
System Red Green Blue C M Y K H S L
Decimal 71 60 240 0.70 0.75 0 0.06 243.67 0.86 0.59
Hex 47 3C F0 46 4B 0 6 F4 56 3B
Octal 107 74 360 106 113 0 6 364 126 73
Binary 1000111 111100 11110000 1000110 1001011 0 110 11110100 1010110 111011

Color Harmonies of #473CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CF0

Black with #473CF0

Text Example


Text Example

White with #473CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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