Html Css Color HEX #475AF8 Neon Blue

📋 copy color: '#475AF8'

red 71 ◦ green 90 ◦ blue 248

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

Shades of Neon Blue #475AF8

Tints of Neon Blue #475AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 248 (97.27% from 255) = 60.64%

R = 17.36%
G = 22%
B = 60.64%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#475AF8 (or 0x475AF8) is known color: Neon Blue. HEX triplet: 47, 5A and F8. RGB value is (71,90,248). Sum of RGB (Red+Green+Blue) = 71+90+248=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #475AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475AF8 is #B8A507. Grayscale: #656565. Windows color (decimal): -12100872 or 16276039. OLE color: 16276039.

HSL color Cylindrical-coordinate representation of color #475AF8: hue angle of 233.56º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #475AF8 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 90 248 -
CMYK 0.71 0.64 0 0.03
HSL 233.56º 0.93% 0.63% -
HSV(B) 233.56º 0.71% 0.97% -
XYZ 23.2 15.43 90.56 -
YUV 102.33 210.21 105.65 -
System Red Green Blue C M Y K H S L
Decimal 71 90 248 0.71 0.64 0 0.03 233.56 0.93 0.63
Hex 47 5A F8 47 40 0 3 EA 5D 3F
Octal 107 132 370 107 100 0 3 352 135 77
Binary 1000111 1011010 11111000 1000111 1000000 0 11 11101010 1011101 111111

Color Harmonies of #475AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475AF8

Black with #475AF8

Text Example


Text Example

White with #475AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,90,248); }

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

background-color css

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

 a { background-color: rgb(71,90,248); }

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

border-color css

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

 span { border-color: rgb(71,90,248); }

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