Html Css Color HEX #473FFF Neon Blue

📋 copy color: '#473FFF'

red 71 ◦ green 63 ◦ blue 255

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

Shades of Neon Blue #473FFF

Tints of Neon Blue #473FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 16.2%

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

R = 18.25%
G = 16.2%
B = 65.55%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#473FFF (or 0x473FFF) is known color: Neon Blue. HEX triplet: 47, 3F and FF. RGB value is (71,63,255). Sum of RGB (Red+Green+Blue) = 71+63+255=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #473FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473FFF is #B8C000. Grayscale: #565656. Windows color (decimal): -12107777 or 16727879. OLE color: 16727879.

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

Color convert

RGB 71 63 255 -
CMYK 0.72 0.75 0 0
HSL 242.5º 1% 0.62% -
HSV(B) 242.5º 0.75% 1% -
XYZ 22.43 12.11 95.76 -
YUV 87.28 222.65 116.39 -
System Red Green Blue C M Y K H S L
Decimal 71 63 255 0.72 0.75 0 0 242.5 1 0.62
Hex 47 3F FF 48 4B 0 0 F2 64 3E
Octal 107 77 377 110 113 0 0 362 144 76
Binary 1000111 111111 11111111 1001000 1001011 0 0 11110010 1100100 111110

Color Harmonies of #473FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FFF

Black with #473FFF

Text Example


Text Example

White with #473FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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