Html Css Color HEX #634FFF Neon Blue

📋 copy color: '#634FFF'

red 99 ◦ green 79 ◦ blue 255

#634FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #634FFF

Tints of Neon Blue #634FFF

RGB

 RED value IS 99 (39.06% from 255) = 22.86%

 GREEN value IS 79 (31.25% from 255) = 18.24%

 BLUE value IS 255 (100% from 255) = 58.89%

R = 22.86%
G = 18.24%
B = 58.89%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#634FFF (or 0x634FFF) is known color: Neon Blue. HEX triplet: 63, 4F and FF. RGB value is (99,79,255). Sum of RGB (Red+Green+Blue) = 99+79+255=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #634FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #634FFF is #9CB000. Grayscale: #686868. Windows color (decimal): -10268673 or 16732003. OLE color: 16732003.

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

Color convert

RGB 99 79 255 -
CMYK 0.61 0.69 0 0
HSL 246.82º 1% 0.65% -
HSV(B) 246.82º 0.69% 1% -
XYZ 25.99 15.46 96.22 -
YUV 105.04 212.63 123.69 -
System Red Green Blue C M Y K H S L
Decimal 99 79 255 0.61 0.69 0 0 246.82 1 0.65
Hex 63 4F FF 3D 45 0 0 F7 64 41
Octal 143 117 377 75 105 0 0 367 144 101
Binary 1100011 1001111 11111111 111101 1000101 0 0 11110111 1100100 1000001

Color Harmonies of #634FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634FFF

Black with #634FFF

Text Example


Text Example

White with #634FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #634FFF;
 }
 .AnyTagClassName
 {
   color: #634FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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