Html Css Color HEX #473AFC Neon Blue

📋 copy color: '#473AFC'

red 71 ◦ green 58 ◦ blue 252

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

Shades of Neon Blue #473AFC

Tints of Neon Blue #473AFC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.22%

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 18.64%
G = 15.22%
B = 66.14%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#473AFC (or 0x473AFC) is known color: Neon Blue. HEX triplet: 47, 3A and FC. RGB value is (71,58,252). Sum of RGB (Red+Green+Blue) = 71+58+252=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #473AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473AFC is #B8C503. Grayscale: #535353. Windows color (decimal): -12109060 or 16529991. OLE color: 16529991.

HSL color Cylindrical-coordinate representation of color #473AFC: hue angle of 244.02º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #473AFC is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 58 252 -
CMYK 0.72 0.77 0 0.01
HSL 244.02º 0.97% 0.61% -
HSV(B) 244.02º 0.77% 0.99% -
XYZ 21.68 11.39 93.15 -
YUV 84 222.81 118.73 -
System Red Green Blue C M Y K H S L
Decimal 71 58 252 0.72 0.77 0 0.01 244.02 0.97 0.61
Hex 47 3A FC 48 4D 0 1 F4 61 3D
Octal 107 72 374 110 115 0 1 364 141 75
Binary 1000111 111010 11111100 1001000 1001101 0 1 11110100 1100001 111101

Color Harmonies of #473AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473AFC

Black with #473AFC

Text Example


Text Example

White with #473AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,58,252); }

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

background-color css

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

 a { background-color: rgb(71,58,252); }

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

border-color css

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

 span { border-color: rgb(71,58,252); }

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