#6361FE

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

Shades of Neon Blue #6361FE

Tints of Neon Blue #6361FE

Color information

#6361FE (or 0x6361FE) is unknown color: approx Neon Blue. HEX triplet: 63, 61 and FE. RGB value is (99,97,254). Sum of RGB (Red+Green+Blue) = 99+97+254=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #6361FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6361FE is #9C9E01. Grayscale: #727272. Windows color (decimal): -10264066 or 16671075. OLE color: 16671075.

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

Color convert

RGB9997254-
CMYK0.610.6200.00
HSL240.76º98.74%68.82%-
HSV(B)240.76º61.81%99.61%-
XYZ27.3118.3695.87-
YUV115.5206.16116.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 254 (99.61% from 255) = 56.44%
R=22%
G=21.56%
B=56.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal99972540.610.6200.00240.7698.7468.82
Hex6361FE3D3E00f16345
Octal143141376757600361143105
Binary1100011110000111111110111101111110001111000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6361FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,97,254); }

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

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

 a { background-color: rgb(99,97,254); }

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

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

 span { border-color: rgb(99,97,254); }

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