Html Css Color HEX #474DFC Neon Blue

📋 copy color: '#474DFC'

red 71 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #474DFC

Tints of Neon Blue #474DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63%

R = 17.75%
G = 19.25%
B = 63%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#474DFC (or 0x474DFC) is known color: Neon Blue. HEX triplet: 47, 4D and FC. RGB value is (71,77,252). Sum of RGB (Red+Green+Blue) = 71+77+252=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #474DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474DFC is #B8B203. Grayscale: #5E5E5E. Windows color (decimal): -12104196 or 16534855. OLE color: 16534855.

HSL color Cylindrical-coordinate representation of color #474DFC: hue angle of 238.01º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474DFC is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 77 252 -
CMYK 0.72 0.69 0 0.01
HSL 238.01º 0.97% 0.63% -
HSV(B) 238.01º 0.72% 0.99% -
XYZ 22.82 13.68 93.53 -
YUV 95.16 216.51 110.77 -
System Red Green Blue C M Y K H S L
Decimal 71 77 252 0.72 0.69 0 0.01 238.01 0.97 0.63
Hex 47 4D FC 48 45 0 1 EE 61 3F
Octal 107 115 374 110 105 0 1 356 141 77
Binary 1000111 1001101 11111100 1001000 1000101 0 1 11101110 1100001 111111

Color Harmonies of #474DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DFC

Black with #474DFC

Text Example


Text Example

White with #474DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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