Html Css Color HEX #6059FB Neon Blue

📋 copy color: '#6059FB'

red 96 ◦ green 89 ◦ blue 251

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

Shades of Neon Blue #6059FB

Tints of Neon Blue #6059FB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.41%

 BLUE value IS 251 (98.44% from 255) = 57.57%

R = 22.02%
G = 20.41%
B = 57.57%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6059FB (or 0x6059FB) is known color: Neon Blue. HEX triplet: 60, 59 and FB. RGB value is (96,89,251). Sum of RGB (Red+Green+Blue) = 96+89+251=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #6059FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6059FB is #9FA604. Grayscale: #6C6C6C. Windows color (decimal): -10462725 or 16472416. OLE color: 16472416.

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

Color convert

RGB 96 89 251 -
CMYK 0.62 0.65 0 0.02
HSL 242.59º 0.95% 0.67% -
HSV(B) 242.59º 0.65% 0.98% -
XYZ 25.81 16.6 93.11 -
YUV 109.56 207.82 118.33 -
System Red Green Blue C M Y K H S L
Decimal 96 89 251 0.62 0.65 0 0.02 242.59 0.95 0.67
Hex 60 59 FB 3E 41 0 2 F3 5F 43
Octal 140 131 373 76 101 0 2 363 137 103
Binary 1100000 1011001 11111011 111110 1000001 0 10 11110011 1011111 1000011

Color Harmonies of #6059FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6059FB

Black with #6059FB

Text Example


Text Example

White with #6059FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6059FB; }

 p { color: rgb(96,89,251); }

 H1.HeaderClassName
 {
   color: #6059FB;
 }
 .AnyTagClassName
 {
   color: #6059FB;
 }
</style>

background-color css

<style>
 a { background-color: #6059FB; }

 a { background-color: rgb(96,89,251); }

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

border-color css

<style>
 span { border-color: #6059FB; }

 span { border-color: rgb(96,89,251); }

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