#6063FF

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

Shades of Neon Blue #6063FF

Tints of Neon Blue #6063FF

Color information

#6063FF (or 0x6063FF) is unknown color: approx Neon Blue. HEX triplet: 60, 63 and FF. RGB value is (96,99,255). Sum of RGB (Red+Green+Blue) = 96+99+255=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #6063FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6063FF is #9F9C00. Grayscale: #737373. Windows color (decimal): -10460161 or 16737120. OLE color: 16737120.

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

Color convert

RGB9699255-
CMYK0.620.6100
HSL238.87º100%68.82%-
HSV(B)238.87º62.35%100%-
XYZ27.3418.6396.76-
YUV115.89206.51113.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.33%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 255 (100% from 255) = 56.67%
R=21.33%
G=22%
B=56.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal96992550.620.6100238.8710068.82
Hex6063FF3E3D00ef6445
Octal140143377767500357144105
Binary1100000110001111111111111110111101001110111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6063FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6063FF; }

 p { color: rgb(96,99,255); }

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

<style>
 a { background-color: #6063FF; }

 a { background-color: rgb(96,99,255); }

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

<style>
 span { border-color: #6063FF; }

 span { border-color: rgb(96,99,255); }

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