Html Css Color HEX #474CED Neon Blue

📋 copy color: '#474CED'

red 71 ◦ green 76 ◦ blue 237

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

Shades of Neon Blue #474CED

Tints of Neon Blue #474CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.79%

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

R = 18.49%
G = 19.79%
B = 61.72%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#474CED (or 0x474CED) is known color: Neon Blue. HEX triplet: 47, 4C and ED. RGB value is (71,76,237). Sum of RGB (Red+Green+Blue) = 71+76+237=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #474CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CED is #B8B312. Grayscale: #5C5C5C. Windows color (decimal): -12104467 or 15551559. OLE color: 15551559.

HSL color Cylindrical-coordinate representation of color #474CED: hue angle of 238.19º 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 #474CED is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 76 237 -
CMYK 0.70 0.68 0 0.07
HSL 238.19º 0.82% 0.6% -
HSV(B) 238.19º 0.7% 0.93% -
XYZ 20.47 12.62 81.48 -
YUV 92.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 71 76 237 0.70 0.68 0 0.07 238.19 0.82 0.6
Hex 47 4C ED 46 44 0 7 EE 52 3C
Octal 107 114 355 106 104 0 7 356 122 74
Binary 1000111 1001100 11101101 1000110 1000100 0 111 11101110 1010010 111100

Color Harmonies of #474CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CED

Black with #474CED

Text Example


Text Example

White with #474CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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