Html Css Color HEX #6063FA Neon Blue

📋 copy color: '#6063FA'

red 96 ◦ green 99 ◦ blue 250

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

Shades of Neon Blue #6063FA

Tints of Neon Blue #6063FA

RGB

 RED value IS 96 (37.89% from 255) = 21.57%

 GREEN value IS 99 (39.06% from 255) = 22.25%

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

R = 21.57%
G = 22.25%
B = 56.18%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6063FA (or 0x6063FA) is known color: Neon Blue. HEX triplet: 60, 63 and FA. RGB value is (96,99,250). Sum of RGB (Red+Green+Blue) = 96+99+250=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #6063FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6063FA is #9F9C05. Grayscale: #727272. Windows color (decimal): -10460166 or 16409440. OLE color: 16409440.

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

Color convert

RGB 96 99 250 -
CMYK 0.62 0.60 0 0.02
HSL 238.83º 0.94% 0.68% -
HSV(B) 238.83º 0.62% 0.98% -
XYZ 26.54 18.31 92.58 -
YUV 115.32 204.01 114.22 -
System Red Green Blue C M Y K H S L
Decimal 96 99 250 0.62 0.60 0 0.02 238.83 0.94 0.68
Hex 60 63 FA 3E 3C 0 2 EF 5E 44
Octal 140 143 372 76 74 0 2 357 136 104
Binary 1100000 1100011 11111010 111110 111100 0 10 11101111 1011110 1000100

Color Harmonies of #6063FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6063FA

Black with #6063FA

Text Example


Text Example

White with #6063FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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