#6068FD

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

Shades of Neon Blue #6068FD

Tints of Neon Blue #6068FD

Color information

#6068FD (or 0x6068FD) is unknown color: approx Neon Blue. HEX triplet: 60, 68 and FD. RGB value is (96,104,253). Sum of RGB (Red+Green+Blue) = 96+104+253=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #6068FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6068FD is #9F9702. Grayscale: #757575. Windows color (decimal): -10458883 or 16607328. OLE color: 16607328.

HSL color Cylindrical-coordinate representation of color #6068FD: hue angle of 236.94º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6068FD is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96104253-
CMYK0.620.5900.01
HSL236.94º97.52%68.43%-
HSV(B)236.94º62.06%99.22%-
XYZ27.519.4895.24-
YUV118.59203.85111.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 253 (99.22% from 255) = 55.85%
R=21.19%
G=22.96%
B=55.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal961042530.620.5900.01236.9497.5268.43
Hex6068FD3E3B01ed6244
Octal140150375767301355142104
Binary1100000110100011111101111110111011011110110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6068FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6068FD; }

 p { color: rgb(96,104,253); }

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

<style>
 a { background-color: #6068FD; }

 a { background-color: rgb(96,104,253); }

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

<style>
 span { border-color: #6068FD; }

 span { border-color: rgb(96,104,253); }

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