Html Css Color HEX #6068FE Neon Blue

📋 copy color: '#6068FE'

red 96 ◦ green 104 ◦ blue 254

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

Shades of Neon Blue #6068FE

Tints of Neon Blue #6068FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

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

R = 21.15%
G = 22.91%
B = 55.95%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6068FE (or 0x6068FE) is known color: Neon Blue. HEX triplet: 60, 68 and FE. RGB value is (96,104,254). Sum of RGB (Red+Green+Blue) = 96+104+254=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #6068FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6068FE is #9F9701. Grayscale: #767676. Windows color (decimal): -10458882 or 16672864. OLE color: 16672864.

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

Color convert

RGB 96 104 254 -
CMYK 0.62 0.59 0 0.00
HSL 236.96º 0.99% 0.69% -
HSV(B) 236.96º 0.62% 1% -
XYZ 27.66 19.54 96.08 -
YUV 118.71 204.35 111.8 -
System Red Green Blue C M Y K H S L
Decimal 96 104 254 0.62 0.59 0 0.00 236.96 0.99 0.69
Hex 60 68 FE 3E 3B 0 0 ED 63 45
Octal 140 150 376 76 73 0 0 355 143 105
Binary 1100000 1101000 11111110 111110 111011 0 0 11101101 1100011 1000101

Color Harmonies of #6068FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6068FE

Black with #6068FE

Text Example


Text Example

White with #6068FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,104,254); }

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

background-color css

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

 a { background-color: rgb(96,104,254); }

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

border-color css

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

 span { border-color: rgb(96,104,254); }

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