#6138FD

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

Shades of Neon Blue #6138FD

Tints of Neon Blue #6138FD

Color information

#6138FD (or 0x6138FD) is unknown color: approx Neon Blue. HEX triplet: 61, 38 and FD. RGB value is (97,56,253). Sum of RGB (Red+Green+Blue) = 97+56+253=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #6138FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6138FD is #9EC702. Grayscale: #595959. Windows color (decimal): -10405635 or 16595041. OLE color: 16595041.

HSL color Cylindrical-coordinate representation of color #6138FD: hue angle of 252.49º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6138FD is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9756253-
CMYK0.620.7800.01
HSL252.49º98.01%60.59%-
HSV(B)252.49º77.87%99.22%-
XYZ24.0712.4694.07-
YUV90.72219.58132.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 56 (22.27% from 255) = 13.79%
BLUE value IS 253 (99.22% from 255) = 62.32%
R=23.89%
G=13.79%
B=62.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal97562530.620.7800.01252.4998.0160.59
Hex6138FD3E4E01fc623d
Octal14170375761160137414275
Binary110000111100011111101111110100111001111111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6138FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6138FD; }

 p { color: rgb(97,56,253); }

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

<style>
 a { background-color: #6138FD; }

 a { background-color: rgb(97,56,253); }

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

<style>
 span { border-color: #6138FD; }

 span { border-color: rgb(97,56,253); }

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