Html Css Color HEX #674CFD Neon Blue

📋 copy color: '#674CFD'

red 103 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #674CFD

Tints of Neon Blue #674CFD

RGB

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

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

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

R = 23.84%
G = 17.59%
B = 58.56%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#674CFD (or 0x674CFD) is known color: Neon Blue. HEX triplet: 67, 4C and FD. RGB value is (103,76,253). Sum of RGB (Red+Green+Blue) = 103+76+253=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #674CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CFD is #98B302. Grayscale: #676767. Windows color (decimal): -10007299 or 16600167. OLE color: 16600167.

HSL color Cylindrical-coordinate representation of color #674CFD: hue angle of 249.15º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #674CFD is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 76 253 -
CMYK 0.59 0.70 0 0.01
HSL 249.15º 0.98% 0.65% -
HSV(B) 249.15º 0.7% 0.99% -
XYZ 25.91 15.14 94.49 -
YUV 104.25 211.95 127.11 -
System Red Green Blue C M Y K H S L
Decimal 103 76 253 0.59 0.70 0 0.01 249.15 0.98 0.65
Hex 67 4C FD 3B 46 0 1 F9 62 41
Octal 147 114 375 73 106 0 1 371 142 101
Binary 1100111 1001100 11111101 111011 1000110 0 1 11111001 1100010 1000001

Color Harmonies of #674CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CFD

Black with #674CFD

Text Example


Text Example

White with #674CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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