Html Css Color HEX #6454EF Neon Blue

📋 copy color: '#6454EF'

red 100 ◦ green 84 ◦ blue 239

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

Shades of Neon Blue #6454EF

Tints of Neon Blue #6454EF

RGB

 RED value IS 100 (39.45% from 255) = 23.64%

 GREEN value IS 84 (33.2% from 255) = 19.86%

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 23.64%
G = 19.86%
B = 56.5%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6454EF (or 0x6454EF) is known color: Neon Blue. HEX triplet: 64, 54 and EF. RGB value is (100,84,239). Sum of RGB (Red+Green+Blue) = 100+84+239=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #6454EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6454EF is #9BAB10. Grayscale: #696969. Windows color (decimal): -10201873 or 15684708. OLE color: 15684708.

HSL color Cylindrical-coordinate representation of color #6454EF: hue angle of 246.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6454EF is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 84 239 -
CMYK 0.58 0.65 0 0.06
HSL 246.19º 0.83% 0.63% -
HSV(B) 246.19º 0.65% 0.94% -
XYZ 24.01 15.28 83.35 -
YUV 106.45 202.8 123.4 -
System Red Green Blue C M Y K H S L
Decimal 100 84 239 0.58 0.65 0 0.06 246.19 0.83 0.63
Hex 64 54 EF 3A 41 0 6 F6 53 3F
Octal 144 124 357 72 101 0 6 366 123 77
Binary 1100100 1010100 11101111 111010 1000001 0 110 11110110 1010011 111111

Color Harmonies of #6454EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6454EF

Black with #6454EF

Text Example


Text Example

White with #6454EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6454EF; }

 p { color: rgb(100,84,239); }

 H1.HeaderClassName
 {
   color: #6454EF;
 }
 .AnyTagClassName
 {
   color: #6454EF;
 }
</style>

background-color css

<style>
 a { background-color: #6454EF; }

 a { background-color: rgb(100,84,239); }

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

border-color css

<style>
 span { border-color: #6454EF; }

 span { border-color: rgb(100,84,239); }

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