Html Css Color HEX #473EFC Neon Blue

📋 copy color: '#473EFC'

red 71 ◦ green 62 ◦ blue 252

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

Shades of Neon Blue #473EFC

Tints of Neon Blue #473EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.1%

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

R = 18.44%
G = 16.1%
B = 65.45%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#473EFC (or 0x473EFC) is known color: Neon Blue. HEX triplet: 47, 3E and FC. RGB value is (71,62,252). Sum of RGB (Red+Green+Blue) = 71+62+252=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #473EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473EFC is #B8C103. Grayscale: #555555. Windows color (decimal): -12108036 or 16531015. OLE color: 16531015.

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

Color convert

RGB 71 62 252 -
CMYK 0.72 0.75 0 0.01
HSL 242.84º 0.97% 0.62% -
HSV(B) 242.84º 0.75% 0.99% -
XYZ 21.89 11.81 93.22 -
YUV 86.35 221.48 117.05 -
System Red Green Blue C M Y K H S L
Decimal 71 62 252 0.72 0.75 0 0.01 242.84 0.97 0.62
Hex 47 3E FC 48 4B 0 1 F3 61 3E
Octal 107 76 374 110 113 0 1 363 141 76
Binary 1000111 111110 11111100 1001000 1001011 0 1 11110011 1100001 111110

Color Harmonies of #473EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EFC

Black with #473EFC

Text Example


Text Example

White with #473EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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