Html Css Color HEX #473CED Neon Blue

📋 copy color: '#473CED'

red 71 ◦ green 60 ◦ blue 237

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

Shades of Neon Blue #473CED

Tints of Neon Blue #473CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.3%

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 19.29%
G = 16.3%
B = 64.4%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#473CED (or 0x473CED) is known color: Neon Blue. HEX triplet: 47, 3C and ED. RGB value is (71,60,237). Sum of RGB (Red+Green+Blue) = 71+60+237=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #473CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473CED is #B8C312. Grayscale: #525252. Windows color (decimal): -12108563 or 15547463. OLE color: 15547463.

HSL color Cylindrical-coordinate representation of color #473CED: hue angle of 243.73º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #473CED is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 60 237 -
CMYK 0.70 0.75 0 0.07
HSL 243.73º 0.83% 0.58% -
HSV(B) 243.73º 0.75% 0.93% -
XYZ 19.5 10.69 81.16 -
YUV 83.47 214.64 119.11 -
System Red Green Blue C M Y K H S L
Decimal 71 60 237 0.70 0.75 0 0.07 243.73 0.83 0.58
Hex 47 3C ED 46 4B 0 7 F4 53 3A
Octal 107 74 355 106 113 0 7 364 123 72
Binary 1000111 111100 11101101 1000110 1001011 0 111 11110100 1010011 111010

Color Harmonies of #473CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CED

Black with #473CED

Text Example


Text Example

White with #473CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,237); }

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

background-color css

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

 a { background-color: rgb(71,60,237); }

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

border-color css

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

 span { border-color: rgb(71,60,237); }

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