Html Css Color HEX #3035E6 Neon Blue

📋 copy color: '#3035E6'

red 48 ◦ green 53 ◦ blue 230

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

Shades of Neon Blue #3035E6

Tints of Neon Blue #3035E6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

 BLUE value IS 230 (90.23% from 255) = 69.49%

R = 14.5%
G = 16.01%
B = 69.49%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3035E6 (or 0x3035E6) is known color: Neon Blue. HEX triplet: 30, 35 and E6. RGB value is (48,53,230). Sum of RGB (Red+Green+Blue) = 48+53+230=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 230 (90.23% from 255 or 69.49% from 331); Max value from RGB is 230 - color contains mainly: blue. Hex color #3035E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3035E6 is #CFCA19. Grayscale: #464646. Windows color (decimal): -13617690 or 15086896. OLE color: 15086896.

HSL color Cylindrical-coordinate representation of color #3035E6: hue angle of 238.35º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3035E6 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 53 230 -
CMYK 0.79 0.77 0 0.10
HSL 238.35º 0.78% 0.55% -
HSV(B) 238.35º 0.79% 0.9% -
XYZ 16.77 8.89 75.69 -
YUV 71.68 217.34 111.11 -
System Red Green Blue C M Y K H S L
Decimal 48 53 230 0.79 0.77 0 0.10 238.35 0.78 0.55
Hex 30 35 E6 4F 4D 0 A EE 4E 37
Octal 60 65 346 117 115 0 12 356 116 67
Binary 110000 110101 11100110 1001111 1001101 0 1010 11101110 1001110 110111

Color Harmonies of #3035E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3035E6

Black with #3035E6

Text Example


Text Example

White with #3035E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3035E6; }

 p { color: rgb(48,53,230); }

 H1.HeaderClassName
 {
   color: #3035E6;
 }
 .AnyTagClassName
 {
   color: #3035E6;
 }
</style>

background-color css

<style>
 a { background-color: #3035E6; }

 a { background-color: rgb(48,53,230); }

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

border-color css

<style>
 span { border-color: #3035E6; }

 span { border-color: rgb(48,53,230); }

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