#674FFF

Color #674FFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #674FFF

Tints of Neon Blue #674FFF

Color information

#674FFF (or 0x674FFF) is unknown color: approx Neon Blue. HEX triplet: 67, 4F and FF. RGB value is (103,79,255). Sum of RGB (Red+Green+Blue) = 103+79+255=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #674FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #674FFF is #98B000. Grayscale: #696969. Windows color (decimal): -10006529 or 16732007. OLE color: 16732007.

HSL color Cylindrical-coordinate representation of color #674FFF: hue angle of 248.18º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674FFF is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10379255-
CMYK0.600.6900
HSL248.18º100%65.49%-
HSV(B)248.18º69.02%100%-
XYZ26.4415.796.24-
YUV106.24211.95125.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.57%
GREEN value IS 79 (31.25% from 255) = 18.08%
BLUE value IS 255 (100% from 255) = 58.35%
R=23.57%
G=18.08%
B=58.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal103792550.600.6900248.1810065.49
Hex674FFF3C4500f86441
Octal1471173777410500370144101
Binary11001111001111111111111111001000101001111100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,79,255); }

 H1.HeaderClassName
 {
   color: #674FFF;
 }
 .AnyTagClassName
 {
   color: #674FFF;
 }
</style>
background-color css

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

 a { background-color: rgb(103,79,255); }

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

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

 span { border-color: rgb(103,79,255); }

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