Html Css Color HEX #6340FA Neon Blue

📋 copy color: '#6340FA'

red 99 ◦ green 64 ◦ blue 250

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

Shades of Neon Blue #6340FA

Tints of Neon Blue #6340FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 23.97%
G = 15.5%
B = 60.53%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6340FA (or 0x6340FA) is known color: Neon Blue. HEX triplet: 63, 40 and FA. RGB value is (99,64,250). Sum of RGB (Red+Green+Blue) = 99+64+250=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #6340FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6340FA is #9CBF05. Grayscale: #5E5E5E. Windows color (decimal): -10272518 or 16400483. OLE color: 16400483.

HSL color Cylindrical-coordinate representation of color #6340FA: hue angle of 251.29º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6340FA is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 64 250 -
CMYK 0.60 0.74 0 0.02
HSL 251.29º 0.95% 0.62% -
HSV(B) 251.29º 0.74% 0.98% -
XYZ 24.23 13.22 91.72 -
YUV 95.67 215.1 130.38 -
System Red Green Blue C M Y K H S L
Decimal 99 64 250 0.60 0.74 0 0.02 251.29 0.95 0.62
Hex 63 40 FA 3C 4A 0 2 FB 5F 3E
Octal 143 100 372 74 112 0 2 373 137 76
Binary 1100011 1000000 11111010 111100 1001010 0 10 11111011 1011111 111110

Color Harmonies of #6340FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6340FA

Black with #6340FA

Text Example


Text Example

White with #6340FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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