Html Css Color HEX #634EFF Neon Blue

📋 copy color: '#634EFF'

red 99 ◦ green 78 ◦ blue 255

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

Shades of Neon Blue #634EFF

Tints of Neon Blue #634EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.06%

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

R = 22.92%
G = 18.06%
B = 59.03%

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

#634EFF (or 0x634EFF) is known color: Neon Blue. HEX triplet: 63, 4E and FF. RGB value is (99,78,255). Sum of RGB (Red+Green+Blue) = 99+78+255=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #634EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #634EFF is #9CB100. Grayscale: #676767. Windows color (decimal): -10268929 or 16731747. OLE color: 16731747.

HSL color Cylindrical-coordinate representation of color #634EFF: hue angle of 247.12º 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 #634EFF is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 78 255 -
CMYK 0.61 0.69 0 0
HSL 247.12º 1% 0.65% -
HSV(B) 247.12º 0.69% 1% -
XYZ 25.92 15.32 96.2 -
YUV 104.46 212.96 124.11 -
System Red Green Blue C M Y K H S L
Decimal 99 78 255 0.61 0.69 0 0 247.12 1 0.65
Hex 63 4E FF 3D 45 0 0 F7 64 41
Octal 143 116 377 75 105 0 0 367 144 101
Binary 1100011 1001110 11111111 111101 1000101 0 0 11110111 1100100 1000001

Color Harmonies of #634EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634EFF

Black with #634EFF

Text Example


Text Example

White with #634EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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