Html Css Color HEX #674CF8 Neon Blue

📋 copy color: '#674CF8'

red 103 ◦ green 76 ◦ blue 248

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

Shades of Neon Blue #674CF8

Tints of Neon Blue #674CF8

RGB

 RED value IS 103 (40.63% from 255) = 24.12%

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

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

R = 24.12%
G = 17.8%
B = 58.08%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#674CF8 (or 0x674CF8) is known color: Neon Blue. HEX triplet: 67, 4C and F8. RGB value is (103,76,248). Sum of RGB (Red+Green+Blue) = 103+76+248=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #674CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CF8 is #98B307. Grayscale: #676767. Windows color (decimal): -10007304 or 16272487. OLE color: 16272487.

HSL color Cylindrical-coordinate representation of color #674CF8: hue angle of 249.42º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674CF8 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 103 76 248 -
CMYK 0.58 0.69 0 0.03
HSL 249.42º 0.92% 0.64% -
HSV(B) 249.42º 0.69% 0.97% -
XYZ 25.12 14.83 90.35 -
YUV 103.68 209.45 127.51 -
System Red Green Blue C M Y K H S L
Decimal 103 76 248 0.58 0.69 0 0.03 249.42 0.92 0.64
Hex 67 4C F8 3A 45 0 3 F9 5C 40
Octal 147 114 370 72 105 0 3 371 134 100
Binary 1100111 1001100 11111000 111010 1000101 0 11 11111001 1011100 1000000

Color Harmonies of #674CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CF8

Black with #674CF8

Text Example


Text Example

White with #674CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674CF8; }

 p { color: rgb(103,76,248); }

 H1.HeaderClassName
 {
   color: #674CF8;
 }
 .AnyTagClassName
 {
   color: #674CF8;
 }
</style>

background-color css

<style>
 a { background-color: #674CF8; }

 a { background-color: rgb(103,76,248); }

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

border-color css

<style>
 span { border-color: #674CF8; }

 span { border-color: rgb(103,76,248); }

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