Html Css Color HEX #6345EB Neon Blue

📋 copy color: '#6345EB'

red 99 ◦ green 69 ◦ blue 235

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

Shades of Neon Blue #6345EB

Tints of Neon Blue #6345EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.12%

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

R = 24.57%
G = 17.12%
B = 58.31%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6345EB (or 0x6345EB) is known color: Neon Blue. HEX triplet: 63, 45 and EB. RGB value is (99,69,235). Sum of RGB (Red+Green+Blue) = 99+69+235=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #6345EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6345EB is #9CBA14. Grayscale: #606060. Windows color (decimal): -10271253 or 15418723. OLE color: 15418723.

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

Color convert

RGB 99 69 235 -
CMYK 0.58 0.71 0 0.08
HSL 250.84º 0.81% 0.6% -
HSV(B) 250.84º 0.71% 0.92% -
XYZ 22.27 12.91 79.91 -
YUV 96.89 205.94 129.5 -
System Red Green Blue C M Y K H S L
Decimal 99 69 235 0.58 0.71 0 0.08 250.84 0.81 0.6
Hex 63 45 EB 3A 47 0 8 FB 51 3C
Octal 143 105 353 72 107 0 10 373 121 74
Binary 1100011 1000101 11101011 111010 1000111 0 1000 11111011 1010001 111100

Color Harmonies of #6345EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6345EB

Black with #6345EB

Text Example


Text Example

White with #6345EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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