Html Css Color HEX #674DFD Neon Blue

📋 copy color: '#674DFD'

red 103 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #674DFD

Tints of Neon Blue #674DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

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

R = 23.79%
G = 17.78%
B = 58.43%

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

#674DFD (or 0x674DFD) is known color: Neon Blue. HEX triplet: 67, 4D and FD. RGB value is (103,77,253). Sum of RGB (Red+Green+Blue) = 103+77+253=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #674DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674DFD is #98B202. Grayscale: #686868. Windows color (decimal): -10007043 or 16600423. OLE color: 16600423.

HSL color Cylindrical-coordinate representation of color #674DFD: hue angle of 248.86º 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 #674DFD is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 77 253 -
CMYK 0.59 0.70 0 0.01
HSL 248.86º 0.98% 0.65% -
HSV(B) 248.86º 0.7% 0.99% -
XYZ 25.98 15.28 94.51 -
YUV 104.84 211.61 126.69 -
System Red Green Blue C M Y K H S L
Decimal 103 77 253 0.59 0.70 0 0.01 248.86 0.98 0.65
Hex 67 4D FD 3B 46 0 1 F9 62 41
Octal 147 115 375 73 106 0 1 371 142 101
Binary 1100111 1001101 11111101 111011 1000110 0 1 11111001 1100010 1000001

Color Harmonies of #674DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DFD

Black with #674DFD

Text Example


Text Example

White with #674DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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