Html Css Color HEX #6350FE Neon Blue

📋 copy color: '#6350FE'

red 99 ◦ green 80 ◦ blue 254

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

Shades of Neon Blue #6350FE

Tints of Neon Blue #6350FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 22.86%
G = 18.48%
B = 58.66%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6350FE (or 0x6350FE) is known color: Neon Blue. HEX triplet: 63, 50 and FE. RGB value is (99,80,254). Sum of RGB (Red+Green+Blue) = 99+80+254=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #6350FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350FE is #9CAF01. Grayscale: #686868. Windows color (decimal): -10268418 or 16666723. OLE color: 16666723.

HSL color Cylindrical-coordinate representation of color #6350FE: hue angle of 246.55º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6350FE is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 80 254 -
CMYK 0.61 0.69 0 0.00
HSL 246.55º 0.99% 0.65% -
HSV(B) 246.55º 0.69% 1% -
XYZ 25.9 15.55 95.4 -
YUV 105.52 211.79 123.35 -
System Red Green Blue C M Y K H S L
Decimal 99 80 254 0.61 0.69 0 0.00 246.55 0.99 0.65
Hex 63 50 FE 3D 45 0 0 F7 63 41
Octal 143 120 376 75 105 0 0 367 143 101
Binary 1100011 1010000 11111110 111101 1000101 0 0 11110111 1100011 1000001

Color Harmonies of #6350FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350FE

Black with #6350FE

Text Example


Text Example

White with #6350FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6350FE; }

 p { color: rgb(99,80,254); }

 H1.HeaderClassName
 {
   color: #6350FE;
 }
 .AnyTagClassName
 {
   color: #6350FE;
 }
</style>

background-color css

<style>
 a { background-color: #6350FE; }

 a { background-color: rgb(99,80,254); }

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

border-color css

<style>
 span { border-color: #6350FE; }

 span { border-color: rgb(99,80,254); }

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