#6255f1

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

Shades of Neon Blue #6255F1

Tints of Neon Blue #6255F1

Color information

#6255F1 (or 0x6255F1) is unknown color: approx Neon Blue. HEX triplet: 62, 55 and F1. RGB value is (98,85,241). Sum of RGB (Red+Green+Blue) = 98+85+241=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #6255F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6255F1 is #9DAA0E. Grayscale: #6A6A6A. Windows color (decimal): -10332687 or 15816034. OLE color: 15816034.

HSL color Cylindrical-coordinate representation of color #6255F1: hue angle of 245º degrees, saturation: 0.85, 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 #6255F1 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9885241-
CMYK0.590.6500.05
HSL245º84.78%63.92%-
HSV(B)245º64.73%94.51%-
XYZ24.1615.4484.93-
YUV106.67203.81121.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.11%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 241 (94.53% from 255) = 56.84%
R=23.11%
G=20.05%
B=56.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal98852410.590.6500.0524584.7863.92
Hex6255F13B4105f55540
Octal1421253617310105365125100
Binary1100010101010111110001111011100000101011111010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6255f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6255f1; }

 p { color: rgb(98,85,241); }

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

<style>
 a { background-color: #6255f1; }

 a { background-color: rgb(98,85,241); }

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

<style>
 span { border-color: #6255f1; }

 span { border-color: rgb(98,85,241); }

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