Html Css Color HEX #473FFC Neon Blue

📋 copy color: '#473FFC'

red 71 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #473FFC

Tints of Neon Blue #473FFC

RGB

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

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

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

R = 18.39%
G = 16.32%
B = 65.28%

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

#473FFC (or 0x473FFC) is known color: Neon Blue. HEX triplet: 47, 3F and FC. RGB value is (71,63,252). Sum of RGB (Red+Green+Blue) = 71+63+252=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #473FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473FFC is #B8C003. Grayscale: #565656. Windows color (decimal): -12107780 or 16531271. OLE color: 16531271.

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

Color convert

RGB 71 63 252 -
CMYK 0.72 0.75 0 0.01
HSL 242.54º 0.97% 0.62% -
HSV(B) 242.54º 0.75% 0.99% -
XYZ 21.95 11.92 93.24 -
YUV 86.94 221.15 116.63 -
System Red Green Blue C M Y K H S L
Decimal 71 63 252 0.72 0.75 0 0.01 242.54 0.97 0.62
Hex 47 3F FC 48 4B 0 1 F3 61 3E
Octal 107 77 374 110 113 0 1 363 141 76
Binary 1000111 111111 11111100 1001000 1001011 0 1 11110011 1100001 111110

Color Harmonies of #473FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FFC

Black with #473FFC

Text Example


Text Example

White with #473FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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