Html Css Color HEX #395CFC Neon Blue

📋 copy color: '#395CFC'

red 57 ◦ green 92 ◦ blue 252

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

Shades of Neon Blue #395CFC

Tints of Neon Blue #395CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 14.21%
G = 22.94%
B = 62.84%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#395CFC (or 0x395CFC) is known color: Neon Blue. HEX triplet: 39, 5C and FC. RGB value is (57,92,252). Sum of RGB (Red+Green+Blue) = 57+92+252=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #395CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395CFC is #C6A303. Grayscale: #636363. Windows color (decimal): -13017860 or 16538681. OLE color: 16538681.

HSL color Cylindrical-coordinate representation of color #395CFC: hue angle of 229.23º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #395CFC is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 92 252 -
CMYK 0.77 0.63 0 0.01
HSL 229.23º 0.97% 0.61% -
HSV(B) 229.23º 0.77% 0.99% -
XYZ 23.09 15.55 93.88 -
YUV 99.78 213.9 97.49 -
System Red Green Blue C M Y K H S L
Decimal 57 92 252 0.77 0.63 0 0.01 229.23 0.97 0.61
Hex 39 5C FC 4D 3F 0 1 E5 61 3D
Octal 71 134 374 115 77 0 1 345 141 75
Binary 111001 1011100 11111100 1001101 111111 0 1 11100101 1100001 111101

Color Harmonies of #395CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395CFC

Black with #395CFC

Text Example


Text Example

White with #395CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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