Html Css Color HEX #4746FA Neon Blue

📋 copy color: '#4746FA'

red 71 ◦ green 70 ◦ blue 250

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

Shades of Neon Blue #4746FA

Tints of Neon Blue #4746FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.9%

 BLUE value IS 250 (98.05% from 255) = 63.94%

R = 18.16%
G = 17.9%
B = 63.94%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4746FA (or 0x4746FA) is known color: Neon Blue. HEX triplet: 47, 46 and FA. RGB value is (71,70,250). Sum of RGB (Red+Green+Blue) = 71+70+250=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #4746FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4746FA is #B8B905. Grayscale: #5A5A5A. Windows color (decimal): -12105990 or 16401991. OLE color: 16401991.

HSL color Cylindrical-coordinate representation of color #4746FA: hue angle of 240.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4746FA is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 70 250 -
CMYK 0.72 0.72 0 0.02
HSL 240.33º 0.95% 0.63% -
HSV(B) 240.33º 0.72% 0.98% -
XYZ 22.04 12.62 91.72 -
YUV 90.82 217.83 113.86 -
System Red Green Blue C M Y K H S L
Decimal 71 70 250 0.72 0.72 0 0.02 240.33 0.95 0.63
Hex 47 46 FA 48 48 0 2 F0 5F 3F
Octal 107 106 372 110 110 0 2 360 137 77
Binary 1000111 1000110 11111010 1001000 1001000 0 10 11110000 1011111 111111

Color Harmonies of #4746FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4746FA

Black with #4746FA

Text Example


Text Example

White with #4746FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4746FA; }

 p { color: rgb(71,70,250); }

 H1.HeaderClassName
 {
   color: #4746FA;
 }
 .AnyTagClassName
 {
   color: #4746FA;
 }
</style>

background-color css

<style>
 a { background-color: #4746FA; }

 a { background-color: rgb(71,70,250); }

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

border-color css

<style>
 span { border-color: #4746FA; }

 span { border-color: rgb(71,70,250); }

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