Html Css Color HEX #395CFB Neon Blue

📋 copy color: '#395CFB'

red 57 ◦ green 92 ◦ blue 251

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

Shades of Neon Blue #395CFB

Tints of Neon Blue #395CFB

RGB

 RED value IS 57 (22.66% from 255) = 14.25%

 GREEN value IS 92 (36.33% from 255) = 23%

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

R = 14.25%
G = 23%
B = 62.75%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#395CFB (or 0x395CFB) is known color: Neon Blue. HEX triplet: 39, 5C and FB. RGB value is (57,92,251). Sum of RGB (Red+Green+Blue) = 57+92+251=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #395CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395CFB is #C6A304. Grayscale: #626262. Windows color (decimal): -13017861 or 16473145. OLE color: 16473145.

HSL color Cylindrical-coordinate representation of color #395CFB: hue angle of 229.18º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #395CFB is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 92 251 -
CMYK 0.77 0.63 0 0.02
HSL 229.18º 0.96% 0.6% -
HSV(B) 229.18º 0.77% 0.98% -
XYZ 22.93 15.49 93.05 -
YUV 99.66 213.4 97.57 -
System Red Green Blue C M Y K H S L
Decimal 57 92 251 0.77 0.63 0 0.02 229.18 0.96 0.6
Hex 39 5C FB 4D 3F 0 2 E5 60 3C
Octal 71 134 373 115 77 0 2 345 140 74
Binary 111001 1011100 11111011 1001101 111111 0 10 11100101 1100000 111100

Color Harmonies of #395CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395CFB

Black with #395CFB

Text Example


Text Example

White with #395CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395CFB; }

 p { color: rgb(57,92,251); }

 H1.HeaderClassName
 {
   color: #395CFB;
 }
 .AnyTagClassName
 {
   color: #395CFB;
 }
</style>

background-color css

<style>
 a { background-color: #395CFB; }

 a { background-color: rgb(57,92,251); }

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

border-color css

<style>
 span { border-color: #395CFB; }

 span { border-color: rgb(57,92,251); }

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