Html Css Color HEX #4744FA Neon Blue

📋 copy color: '#4744FA'

red 71 ◦ green 68 ◦ blue 250

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

Shades of Neon Blue #4744FA

Tints of Neon Blue #4744FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

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

R = 18.25%
G = 17.48%
B = 64.27%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4744FA (or 0x4744FA) is known color: Neon Blue. HEX triplet: 47, 44 and FA. RGB value is (71,68,250). Sum of RGB (Red+Green+Blue) = 71+68+250=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #4744FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4744FA is #B8BB05. Grayscale: #585858. Windows color (decimal): -12106502 or 16401479. OLE color: 16401479.

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

Color convert

RGB 71 68 250 -
CMYK 0.72 0.73 0 0.02
HSL 240.99º 0.95% 0.62% -
HSV(B) 240.99º 0.73% 0.98% -
XYZ 21.92 12.38 91.68 -
YUV 89.65 218.49 114.7 -
System Red Green Blue C M Y K H S L
Decimal 71 68 250 0.72 0.73 0 0.02 240.99 0.95 0.62
Hex 47 44 FA 48 49 0 2 F1 5F 3E
Octal 107 104 372 110 111 0 2 361 137 76
Binary 1000111 1000100 11111010 1001000 1001001 0 10 11110001 1011111 111110

Color Harmonies of #4744FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4744FA

Black with #4744FA

Text Example


Text Example

White with #4744FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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