#6054F3

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

Shades of Neon Blue #6054F3

Tints of Neon Blue #6054F3

Color information

#6054F3 (or 0x6054F3) is unknown color: approx Neon Blue. HEX triplet: 60, 54 and F3. RGB value is (96,84,243). Sum of RGB (Red+Green+Blue) = 96+84+243=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #6054F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6054F3 is #9FAB0C. Grayscale: #696969. Windows color (decimal): -10464013 or 15946848. OLE color: 15946848.

HSL color Cylindrical-coordinate representation of color #6054F3: hue angle of 244.53º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6054F3 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9684243-
CMYK0.600.6500.05
HSL244.53º86.89%64.12%-
HSV(B)244.53º65.43%95.29%-
XYZ24.1715.386.47-
YUV105.71205.48121.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 243 (95.31% from 255) = 57.45%
R=22.70%
G=19.86%
B=57.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96842430.600.6500.05244.5386.8964.12
Hex6054F33C4105f55740
Octal1401243637410105365127100
Binary1100000101010011110011111100100000101011111010110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6054F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6054F3; }

 p { color: rgb(96,84,243); }

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

<style>
 a { background-color: #6054F3; }

 a { background-color: rgb(96,84,243); }

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

<style>
 span { border-color: #6054F3; }

 span { border-color: rgb(96,84,243); }

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