Html Css Color HEX #635AFF Neon Blue

📋 copy color: '#635AFF'

red 99 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #635AFF

Tints of Neon Blue #635AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

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

R = 22.3%
G = 20.27%
B = 57.43%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#635AFF (or 0x635AFF) is known color: Neon Blue. HEX triplet: 63, 5A and FF. RGB value is (99,90,255). Sum of RGB (Red+Green+Blue) = 99+90+255=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #635AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #635AFF is #9CA500. Grayscale: #6E6E6E. Windows color (decimal): -10265857 or 16734819. OLE color: 16734819.

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

Color convert

RGB 99 90 255 -
CMYK 0.61 0.65 0 0
HSL 243.27º 1% 0.68% -
HSV(B) 243.27º 0.65% 1% -
XYZ 26.85 17.18 96.51 -
YUV 111.5 208.98 119.08 -
System Red Green Blue C M Y K H S L
Decimal 99 90 255 0.61 0.65 0 0 243.27 1 0.68
Hex 63 5A FF 3D 41 0 0 F3 64 44
Octal 143 132 377 75 101 0 0 363 144 104
Binary 1100011 1011010 11111111 111101 1000001 0 0 11110011 1100100 1000100

Color Harmonies of #635AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635AFF

Black with #635AFF

Text Example


Text Example

White with #635AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635AFF; }

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

 H1.HeaderClassName
 {
   color: #635AFF;
 }
 .AnyTagClassName
 {
   color: #635AFF;
 }
</style>

background-color css

<style>
 a { background-color: #635AFF; }

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

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

border-color css

<style>
 span { border-color: #635AFF; }

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

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