Html Css Color HEX #473CFF Neon Blue

📋 copy color: '#473CFF'

red 71 ◦ green 60 ◦ blue 255

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

Shades of Neon Blue #473CFF

Tints of Neon Blue #473CFF

RGB

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

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

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

R = 18.39%
G = 15.54%
B = 66.06%

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

#473CFF (or 0x473CFF) is known color: Neon Blue. HEX triplet: 47, 3C and FF. RGB value is (71,60,255). Sum of RGB (Red+Green+Blue) = 71+60+255=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #473CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473CFF is #B8C300. Grayscale: #545454. Windows color (decimal): -12108545 or 16727111. OLE color: 16727111.

HSL color Cylindrical-coordinate representation of color #473CFF: hue angle of 243.38º 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 #473CFF is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 60 255 -
CMYK 0.72 0.76 0 0
HSL 243.38º 1% 0.62% -
HSV(B) 243.38º 0.76% 1% -
XYZ 22.26 11.79 95.71 -
YUV 85.52 223.64 117.64 -
System Red Green Blue C M Y K H S L
Decimal 71 60 255 0.72 0.76 0 0 243.38 1 0.62
Hex 47 3C FF 48 4C 0 0 F3 64 3E
Octal 107 74 377 110 114 0 0 363 144 76
Binary 1000111 111100 11111111 1001000 1001100 0 0 11110011 1100100 111110

Color Harmonies of #473CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CFF

Black with #473CFF

Text Example


Text Example

White with #473CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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