Html Css Color HEX #473FFE Neon Blue

📋 copy color: '#473FFE'

red 71 ◦ green 63 ◦ blue 254

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

Shades of Neon Blue #473FFE

Tints of Neon Blue #473FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.46%

R = 18.3%
G = 16.24%
B = 65.46%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#473FFE (or 0x473FFE) is known color: Neon Blue. HEX triplet: 47, 3F and FE. RGB value is (71,63,254). Sum of RGB (Red+Green+Blue) = 71+63+254=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #473FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473FFE is #B8C001. Grayscale: #565656. Windows color (decimal): -12107778 or 16662343. OLE color: 16662343.

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

Color convert

RGB 71 63 254 -
CMYK 0.72 0.75 0 0.00
HSL 242.51º 0.99% 0.62% -
HSV(B) 242.51º 0.75% 1% -
XYZ 22.27 12.05 94.92 -
YUV 87.17 222.15 116.47 -
System Red Green Blue C M Y K H S L
Decimal 71 63 254 0.72 0.75 0 0.00 242.51 0.99 0.62
Hex 47 3F FE 48 4B 0 0 F3 63 3E
Octal 107 77 376 110 113 0 0 363 143 76
Binary 1000111 111111 11111110 1001000 1001011 0 0 11110011 1100011 111110

Color Harmonies of #473FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FFE

Black with #473FFE

Text Example


Text Example

White with #473FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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