Html Css Color HEX #474FED Neon Blue

📋 copy color: '#474FED'

red 71 ◦ green 79 ◦ blue 237

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

Shades of Neon Blue #474FED

Tints of Neon Blue #474FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

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

R = 18.35%
G = 20.41%
B = 61.24%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#474FED (or 0x474FED) is known color: Neon Blue. HEX triplet: 47, 4F and ED. RGB value is (71,79,237). Sum of RGB (Red+Green+Blue) = 71+79+237=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #474FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474FED is #B8B012. Grayscale: #5D5D5D. Windows color (decimal): -12103699 or 15552327. OLE color: 15552327.

HSL color Cylindrical-coordinate representation of color #474FED: hue angle of 237.11º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474FED is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 79 237 -
CMYK 0.70 0.67 0 0.07
HSL 237.11º 0.82% 0.6% -
HSV(B) 237.11º 0.7% 0.93% -
XYZ 20.68 13.05 81.55 -
YUV 94.62 208.35 111.15 -
System Red Green Blue C M Y K H S L
Decimal 71 79 237 0.70 0.67 0 0.07 237.11 0.82 0.6
Hex 47 4F ED 46 43 0 7 ED 52 3C
Octal 107 117 355 106 103 0 7 355 122 74
Binary 1000111 1001111 11101101 1000110 1000011 0 111 11101101 1010010 111100

Color Harmonies of #474FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FED

Black with #474FED

Text Example


Text Example

White with #474FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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