#634DFF

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

Shades of Neon Blue #634DFF

Tints of Neon Blue #634DFF

Color information

#634DFF (or 0x634DFF) is unknown color: approx Neon Blue. HEX triplet: 63, 4D and FF. RGB value is (99,77,255). Sum of RGB (Red+Green+Blue) = 99+77+255=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #634DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #634DFF is #9CB200. Grayscale: #676767. Windows color (decimal): -10269185 or 16731491. OLE color: 16731491.

HSL color Cylindrical-coordinate representation of color #634DFF: hue angle of 247.42º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #634DFF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9977255-
CMYK0.610.7000
HSL247.42º100%65.1%-
HSV(B)247.42º69.8%100%-
XYZ25.8515.1896.18-
YUV103.87213.29124.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.97%
GREEN value IS 77 (30.47% from 255) = 17.87%
BLUE value IS 255 (100% from 255) = 59.16%
R=22.97%
G=17.87%
B=59.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal99772550.610.7000247.4210065.1
Hex634DFF3D4600f76441
Octal1431153777510600367144101
Binary11000111001101111111111111011000110001111011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634DFF; }

 p { color: rgb(99,77,255); }

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

<style>
 a { background-color: #634DFF; }

 a { background-color: rgb(99,77,255); }

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

<style>
 span { border-color: #634DFF; }

 span { border-color: rgb(99,77,255); }

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