Html Css Color HEX #473FFB Neon Blue

📋 copy color: '#473FFB'

red 71 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #473FFB

Tints of Neon Blue #473FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 18.44%
G = 16.36%
B = 65.19%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#473FFB (or 0x473FFB) is known color: Neon Blue. HEX triplet: 47, 3F and FB. RGB value is (71,63,251). Sum of RGB (Red+Green+Blue) = 71+63+251=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #473FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473FFB is #B8C004. Grayscale: #565656. Windows color (decimal): -12107781 or 16465735. OLE color: 16465735.

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

Color convert

RGB 71 63 251 -
CMYK 0.72 0.75 0 0.02
HSL 242.55º 0.96% 0.62% -
HSV(B) 242.55º 0.75% 0.98% -
XYZ 21.79 11.86 92.41 -
YUV 86.82 220.65 116.71 -
System Red Green Blue C M Y K H S L
Decimal 71 63 251 0.72 0.75 0 0.02 242.55 0.96 0.62
Hex 47 3F FB 48 4B 0 2 F3 60 3E
Octal 107 77 373 110 113 0 2 363 140 76
Binary 1000111 111111 11111011 1001000 1001011 0 10 11110011 1100000 111110

Color Harmonies of #473FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FFB

Black with #473FFB

Text Example


Text Example

White with #473FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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