Html Css Color HEX #474DFA Neon Blue

📋 copy color: '#474DFA'

red 71 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #474DFA

Tints of Neon Blue #474DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

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

R = 17.84%
G = 19.35%
B = 62.81%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#474DFA (or 0x474DFA) is known color: Neon Blue. HEX triplet: 47, 4D and FA. RGB value is (71,77,250). Sum of RGB (Red+Green+Blue) = 71+77+250=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #474DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474DFA is #B8B205. Grayscale: #5E5E5E. Windows color (decimal): -12104198 or 16403783. OLE color: 16403783.

HSL color Cylindrical-coordinate representation of color #474DFA: hue angle of 237.99º 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 #474DFA is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 77 250 -
CMYK 0.72 0.69 0 0.02
HSL 237.99º 0.95% 0.63% -
HSV(B) 237.99º 0.72% 0.98% -
XYZ 22.51 13.55 91.87 -
YUV 94.93 215.51 110.93 -
System Red Green Blue C M Y K H S L
Decimal 71 77 250 0.72 0.69 0 0.02 237.99 0.95 0.63
Hex 47 4D FA 48 45 0 2 EE 5F 3F
Octal 107 115 372 110 105 0 2 356 137 77
Binary 1000111 1001101 11111010 1001000 1000101 0 10 11101110 1011111 111111

Color Harmonies of #474DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DFA

Black with #474DFA

Text Example


Text Example

White with #474DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474DFA; }

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

 H1.HeaderClassName
 {
   color: #474DFA;
 }
 .AnyTagClassName
 {
   color: #474DFA;
 }
</style>

background-color css

<style>
 a { background-color: #474DFA; }

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

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

border-color css

<style>
 span { border-color: #474DFA; }

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

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