Html Css Color HEX #6345EA Neon Blue

📋 copy color: '#6345EA'

red 99 ◦ green 69 ◦ blue 234

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

Shades of Neon Blue #6345EA

Tints of Neon Blue #6345EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 24.63%
G = 17.16%
B = 58.21%

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

#6345EA (or 0x6345EA) is known color: Neon Blue. HEX triplet: 63, 45 and EA. RGB value is (99,69,234). Sum of RGB (Red+Green+Blue) = 99+69+234=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #6345EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6345EA is #9CBA15. Grayscale: #606060. Windows color (decimal): -10271254 or 15353187. OLE color: 15353187.

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

Color convert

RGB 99 69 234 -
CMYK 0.58 0.71 0 0.08
HSL 250.91º 0.8% 0.59% -
HSV(B) 250.91º 0.71% 0.92% -
XYZ 22.12 12.85 79.16 -
YUV 96.78 205.44 129.58 -
System Red Green Blue C M Y K H S L
Decimal 99 69 234 0.58 0.71 0 0.08 250.91 0.8 0.59
Hex 63 45 EA 3A 47 0 8 FB 50 3B
Octal 143 105 352 72 107 0 10 373 120 73
Binary 1100011 1000101 11101010 111010 1000111 0 1000 11111011 1010000 111011

Color Harmonies of #6345EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6345EA

Black with #6345EA

Text Example


Text Example

White with #6345EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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