Html Css Color HEX #2835F9 Neon Blue

📋 copy color: '#2835F9'

red 40 ◦ green 53 ◦ blue 249

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

Shades of Neon Blue #2835F9

Tints of Neon Blue #2835F9

RGB

 RED value IS 40 (16.02% from 255) = 11.7%

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

 BLUE value IS 249 (97.66% from 255) = 72.81%

R = 11.7%
G = 15.5%
B = 72.81%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2835F9 (or 0x2835F9) is known color: Neon Blue. HEX triplet: 28, 35 and F9. RGB value is (40,53,249). Sum of RGB (Red+Green+Blue) = 40+53+249=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #2835F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2835F9 is #D7CA06. Grayscale: #464646. Windows color (decimal): -14141959 or 16332072. OLE color: 16332072.

HSL color Cylindrical-coordinate representation of color #2835F9: hue angle of 236.27º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2835F9 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 53 249 -
CMYK 0.84 0.79 0 0.02
HSL 236.27º 0.95% 0.57% -
HSV(B) 236.27º 0.84% 0.98% -
XYZ 19.25 9.84 90.51 -
YUV 71.46 228.19 105.56 -
System Red Green Blue C M Y K H S L
Decimal 40 53 249 0.84 0.79 0 0.02 236.27 0.95 0.57
Hex 28 35 F9 54 4F 0 2 EC 5F 39
Octal 50 65 371 124 117 0 2 354 137 71
Binary 101000 110101 11111001 1010100 1001111 0 10 11101100 1011111 111001

Color Harmonies of #2835F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2835F9

Black with #2835F9

Text Example


Text Example

White with #2835F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2835F9; }

 p { color: rgb(40,53,249); }

 H1.HeaderClassName
 {
   color: #2835F9;
 }
 .AnyTagClassName
 {
   color: #2835F9;
 }
</style>

background-color css

<style>
 a { background-color: #2835F9; }

 a { background-color: rgb(40,53,249); }

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

border-color css

<style>
 span { border-color: #2835F9; }

 span { border-color: rgb(40,53,249); }

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