Html Css Color HEX #475BFD Neon Blue

📋 copy color: '#475BFD'

red 71 ◦ green 91 ◦ blue 253

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

Shades of Neon Blue #475BFD

Tints of Neon Blue #475BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.93%

 BLUE value IS 253 (99.22% from 255) = 60.96%

R = 17.11%
G = 21.93%
B = 60.96%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#475BFD (or 0x475BFD) is known color: Neon Blue. HEX triplet: 47, 5B and FD. RGB value is (71,91,253). Sum of RGB (Red+Green+Blue) = 71+91+253=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #475BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475BFD is #B8A402. Grayscale: #666666. Windows color (decimal): -12100611 or 16603975. OLE color: 16603975.

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

Color convert

RGB 71 91 253 -
CMYK 0.72 0.64 0 0.01
HSL 233.41º 0.98% 0.64% -
HSV(B) 233.41º 0.72% 0.99% -
XYZ 24.07 15.91 94.73 -
YUV 103.49 212.37 104.83 -
System Red Green Blue C M Y K H S L
Decimal 71 91 253 0.72 0.64 0 0.01 233.41 0.98 0.64
Hex 47 5B FD 48 40 0 1 E9 62 40
Octal 107 133 375 110 100 0 1 351 142 100
Binary 1000111 1011011 11111101 1001000 1000000 0 1 11101001 1100010 1000000

Color Harmonies of #475BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475BFD

Black with #475BFD

Text Example


Text Example

White with #475BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,91,253); }

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

background-color css

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

 a { background-color: rgb(71,91,253); }

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

border-color css

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

 span { border-color: rgb(71,91,253); }

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