#6755FE

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

Shades of Neon Blue #6755FE

Tints of Neon Blue #6755FE

Color information

#6755FE (or 0x6755FE) is unknown color: approx Neon Blue. HEX triplet: 67, 55 and FE. RGB value is (103,85,254). Sum of RGB (Red+Green+Blue) = 103+85+254=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #6755FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6755FE is #98AA01. Grayscale: #6C6C6C. Windows color (decimal): -10004994 or 16668007. OLE color: 16668007.

HSL color Cylindrical-coordinate representation of color #6755FE: hue angle of 246.39º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6755FE is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10385254-
CMYK0.590.6700.00
HSL246.39º98.83%66.47%-
HSV(B)246.39º66.54%99.61%-
XYZ26.7316.5495.55-
YUV109.65209.46123.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.30%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 254 (99.61% from 255) = 57.47%
R=23.30%
G=19.23%
B=57.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal103852540.590.6700.00246.3998.8366.47
Hex6755FE3B4300f66342
Octal1471253767310300366143102
Binary11001111010101111111101110111000011001111011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6755FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6755FE; }

 p { color: rgb(103,85,254); }

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

<style>
 a { background-color: #6755FE; }

 a { background-color: rgb(103,85,254); }

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

<style>
 span { border-color: #6755FE; }

 span { border-color: rgb(103,85,254); }

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