#6064F7

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

Shades of Neon Blue #6064F7

Tints of Neon Blue #6064F7

Color information

#6064F7 (or 0x6064F7) is unknown color: approx Neon Blue. HEX triplet: 60, 64 and F7. RGB value is (96,100,247). Sum of RGB (Red+Green+Blue) = 96+100+247=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #6064F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6064F7 is #9F9B08. Grayscale: #727272. Windows color (decimal): -10459913 or 16213088. OLE color: 16213088.

HSL color Cylindrical-coordinate representation of color #6064F7: hue angle of 238.41º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6064F7 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96100247-
CMYK0.610.6000.03
HSL238.41º90.42%67.25%-
HSV(B)238.41º61.13%96.86%-
XYZ26.1718.3290.15-
YUV115.56202.17114.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 247 (96.88% from 255) = 55.76%
R=21.67%
G=22.57%
B=55.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal961002470.610.6000.03238.4190.4267.25
Hex6064F73D3C03ee5a43
Octal140144367757403356132103
Binary11000001100100111101111111011111000111110111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6064F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6064F7; }

 p { color: rgb(96,100,247); }

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

<style>
 a { background-color: #6064F7; }

 a { background-color: rgb(96,100,247); }

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

<style>
 span { border-color: #6064F7; }

 span { border-color: rgb(96,100,247); }

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