Html Css Color HEX #3059FE Neon Blue

📋 copy color: '#3059FE'

red 48 ◦ green 89 ◦ blue 254

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

Shades of Neon Blue #3059FE

Tints of Neon Blue #3059FE

RGB

 RED value IS 48 (19.14% from 255) = 12.28%

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

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

R = 12.28%
G = 22.76%
B = 64.96%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3059FE (or 0x3059FE) is known color: Neon Blue. HEX triplet: 30, 59 and FE. RGB value is (48,89,254). Sum of RGB (Red+Green+Blue) = 48+89+254=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #3059FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3059FE is #CFA601. Grayscale: #5E5E5E. Windows color (decimal): -13608450 or 16668976. OLE color: 16668976.

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

Color convert

RGB 48 89 254 -
CMYK 0.81 0.65 0 0.00
HSL 228.06º 0.99% 0.59% -
HSV(B) 228.06º 0.81% 1% -
XYZ 22.68 14.93 95.45 -
YUV 95.55 217.42 94.08 -
System Red Green Blue C M Y K H S L
Decimal 48 89 254 0.81 0.65 0 0.00 228.06 0.99 0.59
Hex 30 59 FE 51 41 0 0 E4 63 3B
Octal 60 131 376 121 101 0 0 344 143 73
Binary 110000 1011001 11111110 1010001 1000001 0 0 11100100 1100011 111011

Color Harmonies of #3059FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3059FE

Black with #3059FE

Text Example


Text Example

White with #3059FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,89,254); }

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

background-color css

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

 a { background-color: rgb(48,89,254); }

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

border-color css

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

 span { border-color: rgb(48,89,254); }

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