Html Css Color HEX #473DFE Neon Blue

📋 copy color: '#473DFE'

red 71 ◦ green 61 ◦ blue 254

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

Shades of Neon Blue #473DFE

Tints of Neon Blue #473DFE

RGB

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

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

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

R = 18.39%
G = 15.8%
B = 65.8%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#473DFE (or 0x473DFE) is known color: Neon Blue. HEX triplet: 47, 3D and FE. RGB value is (71,61,254). Sum of RGB (Red+Green+Blue) = 71+61+254=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #473DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473DFE is #B8C201. Grayscale: #555555. Windows color (decimal): -12108290 or 16661831. OLE color: 16661831.

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

Color convert

RGB 71 61 254 -
CMYK 0.72 0.76 0 0.00
HSL 243.11º 0.99% 0.62% -
HSV(B) 243.11º 0.76% 1% -
XYZ 22.16 11.83 94.88 -
YUV 85.99 222.81 117.31 -
System Red Green Blue C M Y K H S L
Decimal 71 61 254 0.72 0.76 0 0.00 243.11 0.99 0.62
Hex 47 3D FE 48 4C 0 0 F3 63 3E
Octal 107 75 376 110 114 0 0 363 143 76
Binary 1000111 111101 11111110 1001000 1001100 0 0 11110011 1100011 111110

Color Harmonies of #473DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DFE

Black with #473DFE

Text Example


Text Example

White with #473DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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