Html Css Color HEX #473DFF Neon Blue

📋 copy color: '#473DFF'

red 71 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #473DFF

Tints of Neon Blue #473DFF

RGB

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

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

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

R = 18.35%
G = 15.76%
B = 65.89%

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

#473DFF (or 0x473DFF) is known color: Neon Blue. HEX triplet: 47, 3D and FF. RGB value is (71,61,255). Sum of RGB (Red+Green+Blue) = 71+61+255=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #473DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473DFF is #B8C200. Grayscale: #555555. Windows color (decimal): -12108289 or 16727367. OLE color: 16727367.

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

Color convert

RGB 71 61 255 -
CMYK 0.72 0.76 0 0
HSL 243.09º 1% 0.62% -
HSV(B) 243.09º 0.76% 1% -
XYZ 22.32 11.9 95.73 -
YUV 86.11 223.31 117.23 -
System Red Green Blue C M Y K H S L
Decimal 71 61 255 0.72 0.76 0 0 243.09 1 0.62
Hex 47 3D FF 48 4C 0 0 F3 64 3E
Octal 107 75 377 110 114 0 0 363 144 76
Binary 1000111 111101 11111111 1001000 1001100 0 0 11110011 1100100 111110

Color Harmonies of #473DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DFF

Black with #473DFF

Text Example


Text Example

White with #473DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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