Html Css Color HEX #473DFC Neon Blue

📋 copy color: '#473DFC'

red 71 ◦ green 61 ◦ blue 252

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

Shades of Neon Blue #473DFC

Tints of Neon Blue #473DFC

RGB

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

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

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

R = 18.49%
G = 15.89%
B = 65.63%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#473DFC (or 0x473DFC) is known color: Neon Blue. HEX triplet: 47, 3D and FC. RGB value is (71,61,252). Sum of RGB (Red+Green+Blue) = 71+61+252=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #473DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473DFC is #B8C203. Grayscale: #555555. Windows color (decimal): -12108292 or 16530759. OLE color: 16530759.

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

Color convert

RGB 71 61 252 -
CMYK 0.72 0.76 0 0.01
HSL 243.14º 0.97% 0.61% -
HSV(B) 243.14º 0.76% 0.99% -
XYZ 21.84 11.71 93.2 -
YUV 85.76 221.81 117.47 -
System Red Green Blue C M Y K H S L
Decimal 71 61 252 0.72 0.76 0 0.01 243.14 0.97 0.61
Hex 47 3D FC 48 4C 0 1 F3 61 3D
Octal 107 75 374 110 114 0 1 363 141 75
Binary 1000111 111101 11111100 1001000 1001100 0 1 11110011 1100001 111101

Color Harmonies of #473DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DFC

Black with #473DFC

Text Example


Text Example

White with #473DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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