Html Css Color HEX #352EFB Neon Blue

📋 copy color: '#352EFB'

red 53 ◦ green 46 ◦ blue 251

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

Shades of Neon Blue #352EFB

Tints of Neon Blue #352EFB

RGB

 RED value IS 53 (21.09% from 255) = 15.14%

 GREEN value IS 46 (18.36% from 255) = 13.14%

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

R = 15.14%
G = 13.14%
B = 71.71%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#352EFB (or 0x352EFB) is known color: Neon Blue. HEX triplet: 35, 2E and FB. RGB value is (53,46,251). Sum of RGB (Red+Green+Blue) = 53+46+251=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #352EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352EFB is #CAD104. Grayscale: #464646. Windows color (decimal): -13291781 or 16461365. OLE color: 16461365.

HSL color Cylindrical-coordinate representation of color #352EFB: hue angle of 242.05º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #352EFB is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 46 251 -
CMYK 0.79 0.82 0 0.02
HSL 242.05º 0.96% 0.58% -
HSV(B) 242.05º 0.82% 0.98% -
XYZ 19.86 9.68 92.09 -
YUV 71.46 229.32 114.83 -
System Red Green Blue C M Y K H S L
Decimal 53 46 251 0.79 0.82 0 0.02 242.05 0.96 0.58
Hex 35 2E FB 4F 52 0 2 F2 60 3A
Octal 65 56 373 117 122 0 2 362 140 72
Binary 110101 101110 11111011 1001111 1010010 0 10 11110010 1100000 111010

Color Harmonies of #352EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EFB

Black with #352EFB

Text Example


Text Example

White with #352EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352EFB; }

 p { color: rgb(53,46,251); }

 H1.HeaderClassName
 {
   color: #352EFB;
 }
 .AnyTagClassName
 {
   color: #352EFB;
 }
</style>

background-color css

<style>
 a { background-color: #352EFB; }

 a { background-color: rgb(53,46,251); }

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

border-color css

<style>
 span { border-color: #352EFB; }

 span { border-color: rgb(53,46,251); }

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