Html Css Color HEX #6340F1 Neon Blue

📋 copy color: '#6340F1'

red 99 ◦ green 64 ◦ blue 241

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

Shades of Neon Blue #6340F1

Tints of Neon Blue #6340F1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

 BLUE value IS 241 (94.53% from 255) = 59.65%

R = 24.5%
G = 15.84%
B = 59.65%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6340F1 (or 0x6340F1) is known color: Neon Blue. HEX triplet: 63, 40 and F1. RGB value is (99,64,241). Sum of RGB (Red+Green+Blue) = 99+64+241=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #6340F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6340F1 is #9CBF0E. Grayscale: #5D5D5D. Windows color (decimal): -10272527 or 15810659. OLE color: 15810659.

HSL color Cylindrical-coordinate representation of color #6340F1: hue angle of 251.86º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6340F1 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 64 241 -
CMYK 0.59 0.73 0 0.05
HSL 251.86º 0.86% 0.6% -
HSV(B) 251.86º 0.73% 0.95% -
XYZ 22.86 12.67 84.46 -
YUV 94.64 210.6 131.11 -
System Red Green Blue C M Y K H S L
Decimal 99 64 241 0.59 0.73 0 0.05 251.86 0.86 0.6
Hex 63 40 F1 3B 49 0 5 FC 56 3C
Octal 143 100 361 73 111 0 5 374 126 74
Binary 1100011 1000000 11110001 111011 1001001 0 101 11111100 1010110 111100

Color Harmonies of #6340F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6340F1

Black with #6340F1

Text Example


Text Example

White with #6340F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6340F1; }

 p { color: rgb(99,64,241); }

 H1.HeaderClassName
 {
   color: #6340F1;
 }
 .AnyTagClassName
 {
   color: #6340F1;
 }
</style>

background-color css

<style>
 a { background-color: #6340F1; }

 a { background-color: rgb(99,64,241); }

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

border-color css

<style>
 span { border-color: #6340F1; }

 span { border-color: rgb(99,64,241); }

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