#6065FF

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

Shades of Neon Blue #6065FF

Tints of Neon Blue #6065FF

Color information

#6065FF (or 0x6065FF) is unknown color: approx Neon Blue. HEX triplet: 60, 65 and FF. RGB value is (96,101,255). Sum of RGB (Red+Green+Blue) = 96+101+255=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #6065FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6065FF is #9F9A00. Grayscale: #747474. Windows color (decimal): -10459649 or 16737632. OLE color: 16737632.

HSL color Cylindrical-coordinate representation of color #6065FF: hue angle of 238.11º 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 #6065FF is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB96101255-
CMYK0.620.6000
HSL238.11º100%68.82%-
HSV(B)238.11º62.35%100%-
XYZ27.5319.0196.83-
YUV117.06205.84112.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.24%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 255 (100% from 255) = 56.42%
R=21.24%
G=22.35%
B=56.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal961012550.620.6000238.1110068.82
Hex6065FF3E3C00ee6445
Octal140145377767400356144105
Binary1100000110010111111111111110111100001110111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6065FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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