Html Css Color HEX #6341EB Neon Blue

📋 copy color: '#6341EB'

red 99 ◦ green 65 ◦ blue 235

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

Shades of Neon Blue #6341EB

Tints of Neon Blue #6341EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 24.81%
G = 16.29%
B = 58.9%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6341EB (or 0x6341EB) is known color: Neon Blue. HEX triplet: 63, 41 and EB. RGB value is (99,65,235). Sum of RGB (Red+Green+Blue) = 99+65+235=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #6341EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6341EB is #9CBE14. Grayscale: #5D5D5D. Windows color (decimal): -10272277 or 15417699. OLE color: 15417699.

HSL color Cylindrical-coordinate representation of color #6341EB: hue angle of 252º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6341EB is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 65 235 -
CMYK 0.58 0.72 0 0.08
HSL 252º 0.81% 0.59% -
HSV(B) 252º 0.72% 0.92% -
XYZ 22.03 12.43 79.84 -
YUV 94.55 207.26 131.18 -
System Red Green Blue C M Y K H S L
Decimal 99 65 235 0.58 0.72 0 0.08 252 0.81 0.59
Hex 63 41 EB 3A 48 0 8 FC 51 3B
Octal 143 101 353 72 110 0 10 374 121 73
Binary 1100011 1000001 11101011 111010 1001000 0 1000 11111100 1010001 111011

Color Harmonies of #6341EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6341EB

Black with #6341EB

Text Example


Text Example

White with #6341EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6341EB; }

 p { color: rgb(99,65,235); }

 H1.HeaderClassName
 {
   color: #6341EB;
 }
 .AnyTagClassName
 {
   color: #6341EB;
 }
</style>

background-color css

<style>
 a { background-color: #6341EB; }

 a { background-color: rgb(99,65,235); }

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

border-color css

<style>
 span { border-color: #6341EB; }

 span { border-color: rgb(99,65,235); }

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