Html Css Color HEX #475DFE Neon Blue

📋 copy color: '#475DFE'

red 71 ◦ green 93 ◦ blue 254

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

Shades of Neon Blue #475DFE

Tints of Neon Blue #475DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

 BLUE value IS 254 (99.61% from 255) = 60.77%

R = 16.99%
G = 22.25%
B = 60.77%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#475DFE (or 0x475DFE) is known color: Neon Blue. HEX triplet: 47, 5D and FE. RGB value is (71,93,254). Sum of RGB (Red+Green+Blue) = 71+93+254=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #475DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475DFE is #B8A201. Grayscale: #686868. Windows color (decimal): -12100098 or 16670023. OLE color: 16670023.

HSL color Cylindrical-coordinate representation of color #475DFE: hue angle of 232.79º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #475DFE is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 93 254 -
CMYK 0.72 0.63 0 0.00
HSL 232.79º 0.99% 0.64% -
HSV(B) 232.79º 0.72% 1% -
XYZ 24.4 16.32 95.63 -
YUV 104.78 212.21 103.91 -
System Red Green Blue C M Y K H S L
Decimal 71 93 254 0.72 0.63 0 0.00 232.79 0.99 0.64
Hex 47 5D FE 48 3F 0 0 E9 63 40
Octal 107 135 376 110 77 0 0 351 143 100
Binary 1000111 1011101 11111110 1001000 111111 0 0 11101001 1100011 1000000

Color Harmonies of #475DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DFE

Black with #475DFE

Text Example


Text Example

White with #475DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475DFE; }

 p { color: rgb(71,93,254); }

 H1.HeaderClassName
 {
   color: #475DFE;
 }
 .AnyTagClassName
 {
   color: #475DFE;
 }
</style>

background-color css

<style>
 a { background-color: #475DFE; }

 a { background-color: rgb(71,93,254); }

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

border-color css

<style>
 span { border-color: #475DFE; }

 span { border-color: rgb(71,93,254); }

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