Html Css Color HEX #473DFB Neon Blue

📋 copy color: '#473DFB'

red 71 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #473DFB

Tints of Neon Blue #473DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.93%

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

R = 18.54%
G = 15.93%
B = 65.54%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#473DFB (or 0x473DFB) is known color: Neon Blue. HEX triplet: 47, 3D and FB. RGB value is (71,61,251). Sum of RGB (Red+Green+Blue) = 71+61+251=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #473DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473DFB is #B8C204. Grayscale: #545454. Windows color (decimal): -12108293 or 16465223. OLE color: 16465223.

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

Color convert

RGB 71 61 251 -
CMYK 0.72 0.76 0 0.02
HSL 243.16º 0.96% 0.61% -
HSV(B) 243.16º 0.76% 0.98% -
XYZ 21.68 11.64 92.37 -
YUV 85.65 221.31 117.55 -
System Red Green Blue C M Y K H S L
Decimal 71 61 251 0.72 0.76 0 0.02 243.16 0.96 0.61
Hex 47 3D FB 48 4C 0 2 F3 60 3D
Octal 107 75 373 110 114 0 2 363 140 75
Binary 1000111 111101 11111011 1001000 1001100 0 10 11110011 1100000 111101

Color Harmonies of #473DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DFB

Black with #473DFB

Text Example


Text Example

White with #473DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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